File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
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.3.5 '
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 : 24.3 .0
1111 hooks :
1212 - id : black
1313 - repo : https://github.com/pre-commit/pre-commit-hooks
14- rev : v4.4 .0
14+ rev : v4.5 .0
1515 hooks :
1616 - id : check-added-large-files
1717 - id : check-case-conflict
@@ -43,14 +43,14 @@ repos:
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.9 .0
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.4.1
5454 hooks :
5555 - id : pydoclint
5656 args :
You can’t perform that action at this time.
0 commit comments