Skip to content

Commit 93a5f4c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.11.10](astral-sh/ruff-pre-commit@v0.6.3...v0.11.10) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 0f356ab commit 93a5f4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

100755100644
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
args: [--maxkb=8192]
@@ -13,15 +13,15 @@ repos:
1313
- id: trailing-whitespace
1414
exclude: "tests/cis_tests/.*"
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.6.3
16+
rev: v0.11.10
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]
2020
exclude: "tests/cis_tests/.*"
2121
- id: ruff-format
2222
exclude: "tests/cis_tests/.*"
2323
- repo: https://github.com/codespell-project/codespell
24-
rev: v2.3.0
24+
rev: v2.4.1
2525
hooks:
2626
- id: codespell
2727
exclude: "notebooks/"

0 commit comments

Comments
 (0)