Skip to content

Commit 14e28bd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.5](astral-sh/ruff-pre-commit@v0.15.4...v0.15.5) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent f0a4972 commit 14e28bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ repos:
1717
- id: trailing-whitespace
1818
exclude: "tests/cis_tests/.*"
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.15.4
20+
rev: v0.15.5
2121
hooks:
2222
- id: ruff-check
2323
args: [--fix, --exit-non-zero-on-fix]
2424
exclude: "tests/cis_tests/.*"
2525
- id: ruff-format
2626
exclude: "tests/cis_tests/.*"
2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.4.1
28+
rev: v2.4.2
2929
hooks:
3030
- id: codespell
3131
exclude: "tests/cis_tests/.*"

0 commit comments

Comments
 (0)