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 11repos :
22 - repo : https://github.com/astral-sh/ruff-pre-commit
33 # Ruff version.
4- rev : ' v0.8.2 '
4+ rev : ' v0.13.0 '
55 hooks :
66 - id : ruff
77 args : [--fix, --exit-non-zero-on-fix]
88 exclude : test.*
99 - repo : https://github.com/psf/black
10- rev : 24.10 .0
10+ rev : 25.1 .0
1111 hooks :
1212 - id : black
1313 - repo : https://github.com/pre-commit/pre-commit-hooks
14- rev : v5 .0.0
14+ rev : v6 .0.0
1515 hooks :
1616 - id : check-added-large-files
1717 - id : check-case-conflict
@@ -36,14 +36,14 @@ repos:
3636 - id : fix-encoding-pragma
3737 args : ["--remove"]
3838 - repo : https://github.com/pre-commit/mirrors-mypy
39- rev : v1.13.0
39+ rev : v1.18.1
4040 hooks :
4141 - id : mypy
4242 exclude : test.*
4343 args : [--no-strict-optional, --ignore-missing-imports]
4444 additional_dependencies : ["pydantic", "toml", "types-all"]
4545 - repo : https://github.com/jsh9/pydoclint
46- rev : 0.5.10
46+ rev : 0.7.3
4747 hooks :
4848 - id : pydoclint
4949 args :
You can’t perform that action at this time.
0 commit comments