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 @@ -2,7 +2,7 @@ exclude: ".venv|__pycache__|tests/dev/|tests/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 : ["--maxkb=750"]
@@ -36,19 +36,19 @@ repos:
3636 - " --py39-plus"
3737
3838 - repo : https://github.com/astral-sh/ruff-pre-commit
39- rev : " v0.12.2 "
39+ rev : " v0.13.3 "
4040 hooks :
4141 - id : ruff
4242 args : ["--fix-only", "--target-version=py39"]
4343
44- - repo : https://github.com/psf/black
45- rev : 25.1 .0
44+ - repo : https://github.com/psf/black-pre-commit-mirror
45+ rev : 25.9 .0
4646 hooks :
4747 - id : black
4848 args : ["--target-version=py39"]
4949
5050 - repo : https://github.com/pycqa/isort
51- rev : 6.0.1
51+ rev : 6.1.0
5252 hooks :
5353 - id : isort
5454 args : ["--profile", "black", "--filter-files"]
You can’t perform that action at this time.
0 commit comments