File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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.11.13 '
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
@@ -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.16 .0
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.6.7
4747 hooks :
4848 - id : pydoclint
4949 args :
You can’t perform that action at this time.
0 commit comments