Skip to content

Commit 753cdd9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.14.9](astral-sh/ruff-pre-commit@v0.8.6...v0.14.9) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.1](adrienverge/yamllint@v1.35.1...v1.37.1)
1 parent 21ba449 commit 753cdd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

100755100644
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: "^pixi.lock$"
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: check-added-large-files
77
args: [--maxkb=8192]
@@ -16,21 +16,21 @@ repos:
1616
- id: trailing-whitespace
1717
exclude: "notebooks/.*\\.ipynb$"
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.8.6
19+
rev: v0.14.9
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --exit-non-zero-on-fix]
2323
exclude: "notebooks/.*\\.ipynb$"
2424
- id: ruff-format
2525
exclude: "notebooks/.*\\.ipynb$"
2626
- repo: https://github.com/codespell-project/codespell
27-
rev: v2.3.0
27+
rev: v2.4.1
2828
hooks:
2929
- id: codespell
3030
exclude: "notebooks/.*\\.ipynb$"
3131
args: ["--skip=*.js,*.html,*.css"]
3232
- repo: https://github.com/adrienverge/yamllint
33-
rev: v1.35.1
33+
rev: v1.37.1
3434
hooks:
3535
- id: yamllint
3636
- repo: https://github.com/ComPWA/taplo-pre-commit

0 commit comments

Comments
 (0)