File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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=1024"]
@@ -22,19 +22,19 @@ repos:
2222 args : [--markdown-linebreak-ext=md]
2323
2424 - repo : https://github.com/astral-sh/ruff-pre-commit
25- rev : " v0.12.2 "
25+ rev : " v0.13.3 "
2626 hooks :
2727 - id : ruff
2828 args : ["--fix-only", "--target-version=py38"]
2929
30- - repo : https://github.com/psf/black
31- rev : 25.1 .0
30+ - repo : https://github.com/psf/black-pre-commit-mirror
31+ rev : 25.9 .0
3232 hooks :
3333 - id : black
3434 args : ["--target-version=py38"]
3535
3636 - repo : https://github.com/pycqa/isort
37- rev : 6.0.1
37+ rev : 6.1.0
3838 hooks :
3939 - id : isort
4040 args : ["--profile", "black", "--filter-files"]
You can’t perform that action at this time.
0 commit comments