File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11repos :
2- - repo : https://github.com/charliermarsh /ruff-pre-commit
2+ - repo : https://github.com/astral-sh /ruff-pre-commit
33 # Ruff version.
4- rev : ' v0.0.285 '
4+ rev : ' v0.12.3 '
55 hooks :
66 - id : ruff
77 exclude : test.*
88 args : [--fix, --exit-non-zero-on-fix]
9- - repo : https://github.com/python /black
10- rev : 23.7 .0
9+ - repo : https://github.com/psf /black
10+ rev : 25.1 .0
1111 hooks :
1212 - id : black
1313 - repo : https://github.com/pre-commit/pre-commit-hooks
14- rev : v4.4 .0
14+ rev : v5.0 .0
1515 hooks :
1616 - id : check-added-large-files
1717 - id : check-case-conflict
@@ -37,26 +37,26 @@ repos:
3737 args : ["--remove"]
3838 - id : requirements-txt-fixer
3939 - repo : https://github.com/Yelp/detect-secrets
40- rev : v1.4 .0
40+ rev : v1.5 .0
4141 hooks :
4242 - id : detect-secrets
4343 args : ['--baseline', '.secrets.baseline']
4444 additional_dependencies : ["gibberish-detector"]
4545 - repo : https://github.com/pre-commit/mirrors-mypy
46- rev : v1.0.0
46+ rev : v1.16.1
4747 hooks :
4848 - id : mypy
4949 args : [--no-strict-optional, --ignore-missing-imports]
5050 exclude : test.*
5151 additional_dependencies : ["pydantic", "toml", "types-all"]
5252 - repo : https://github.com/jsh9/pydoclint
53- rev : 0.2.4
53+ rev : 0.6.7
5454 hooks :
5555 - id : pydoclint
5656 args :
5757 - " --config=pyproject.toml"
5858 - repo : https://github.com/econchick/interrogate
59- rev : 1.5 .0 # or master if you're bold
59+ rev : 1.7 .0 # or master if you're bold
6060 hooks :
6161 - id : interrogate
6262 exclude : test.*
You can’t perform that action at this time.
0 commit comments