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 @@ -14,26 +14,26 @@ repos:
1414 - id : trailing-whitespace
1515
1616- repo : https://github.com/astral-sh/ruff-pre-commit
17- rev : " v0.4.9 "
17+ rev : " v0.6.3 "
1818 hooks :
1919 - id : ruff
2020 args : [--fix, --show-fixes]
2121
2222- repo : https://github.com/pre-commit/mirrors-mypy
23- rev : " v1.10.0 "
23+ rev : " v1.11.2 "
2424 hooks :
2525 - id : mypy
2626 files : src
2727 args : []
2828
2929- repo : https://github.com/abravalheri/validate-pyproject
30- rev : " v0.18 "
30+ rev : " v0.19 "
3131 hooks :
3232 - id : validate-pyproject
3333 additional_dependencies : ["validate-pyproject-schema-store[all]"]
3434
3535- repo : https://github.com/python-jsonschema/check-jsonschema
36- rev : " 0.28 .2"
36+ rev : " 0.29 .2"
3737 hooks :
3838 - id : check-dependabot
3939 - id : check-github-workflows
You can’t perform that action at this time.
0 commit comments