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.14.0 '
4+ rev : ' v0.14.10 '
55 hooks :
66 - id : ruff-format
77 - id : ruff-check
2727 exclude : " ^tests/resources/"
2828 - id : fix-byte-order-marker
2929 - repo : https://github.com/asottile/pyupgrade
30- rev : v3.21.0
30+ rev : v3.21.2
3131 hooks :
3232 - id : pyupgrade
3333 args : ["--keep-runtime-typing", ]
@@ -37,14 +37,14 @@ repos:
3737 - id : detect-secrets
3838 additional_dependencies : ["gibberish-detector"]
3939 - repo : https://github.com/pre-commit/mirrors-mypy
40- rev : v1.18.2
40+ rev : v1.19.1
4141 hooks :
4242 - id : mypy
4343 args : [--no-strict-optional, --ignore-missing-imports, --check-untyped-defs]
4444 additional_dependencies : ["toml"]
4545 exclude : test.*
4646 - repo : https://github.com/jsh9/pydoclint
47- rev : 0.7 .3
47+ rev : 0.8 .3
4848 hooks :
4949 - id : pydoclint
5050 args :
5656 - id : interrogate
5757 exclude : test.*
5858 - repo : https://github.com/python-jsonschema/check-jsonschema
59- rev : 0.34 .0
59+ rev : 0.36 .0
6060 hooks :
6161 - id : check-github-actions
6262 - id : check-github-workflows
You can’t perform that action at this time.
0 commit comments