File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ default_language_version:
66 python : python3.11
77repos :
88 - repo : https://github.com/pre-commit/pre-commit-hooks
9- rev : v4.5 .0
9+ rev : v6.0 .0
1010 hooks :
1111 - id : check-toml
1212 - id : trailing-whitespace
@@ -17,20 +17,20 @@ repos:
1717 - id : check-merge-conflict
1818 - id : fix-byte-order-marker
1919 - repo : https://github.com/markdownlint/markdownlint
20- rev : v0.11 .0
20+ rev : v0.12 .0
2121 hooks :
2222 - id : markdownlint
2323 # Versions must be kept in sync with lockfile
2424 - repo : https://github.com/astral-sh/ruff-pre-commit
25- rev : ' v0.1.3 '
25+ rev : ' v0.14.2 '
2626 hooks :
2727 - id : ruff
2828 args : [--fix, --exit-non-zero-on-fix]
2929 - repo : https://github.com/psf/black-pre-commit-mirror
30- rev : 23.10.1
30+ rev : 25.9.0
3131 hooks :
3232 - id : black
3333 - repo : https://github.com/adrienverge/yamllint
34- rev : v1.32.0
34+ rev : v1.37.1
3535 hooks :
3636 - id : yamllint
You can’t perform that action at this time.
0 commit comments