File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ exclude: ".venv|__pycache__|test/dev/|test/fixtures/"
22fail_fast : false
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v5 .0.0
5+ rev : v6 .0.0
66 hooks :
77 - id : check-added-large-files
88 args :
1515 - id : detect-private-key
1616 - id : end-of-file-fixer
1717 - id : fix-byte-order-marker
18- - id : fix-encoding-pragma
19- args :
20- - --remove
2118 - id : name-tests-test
2219 args :
2320 - --pytest-test-first
@@ -33,22 +30,22 @@ repos:
3330 - --py39-plus
3431
3532 - repo : https://github.com/astral-sh/ruff-pre-commit
36- rev : " v0.12.2 "
33+ rev : " v0.13.3 "
3734 hooks :
3835 - id : ruff
3936 args :
4037 - --fix-only
4138 - --target-version=py39
4239
43- - repo : https://github.com/psf/black
44- rev : 25.1 .0
40+ - repo : https://github.com/psf/black-pre-commit-mirror
41+ rev : 25.9 .0
4542 hooks :
4643 - id : black
4744 args :
4845 - --target-version=py39
4946
5047 - repo : https://github.com/pycqa/isort
51- rev : 6.0.1
48+ rev : 6.1.0
5249 hooks :
5350 - id : isort
5451 args :
You can’t perform that action at this time.
0 commit comments