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 @@ -41,14 +41,14 @@ repos:
4141 args : [--prose-wrap=always]
4242
4343 - repo : https://github.com/astral-sh/ruff-pre-commit
44- rev : " v0.5.6 "
44+ rev : " v0.6.3 "
4545 hooks :
4646 - id : ruff
4747 args : ["--fix", "--show-fixes"]
4848 - id : ruff-format
4949
5050 - repo : https://github.com/pre-commit/mirrors-mypy
51- rev : " v1.11.1 "
51+ rev : " v1.11.2 "
5252 hooks :
5353 - id : mypy
5454 files : src|tests
@@ -81,13 +81,13 @@ repos:
8181 exclude : .pre-commit-config.yaml
8282
8383 - repo : https://github.com/abravalheri/validate-pyproject
84- rev : " v0.18 "
84+ rev : " v0.19 "
8585 hooks :
8686 - id : validate-pyproject
8787 additional_dependencies : ["validate-pyproject-schema-store[all]"]
8888
8989 - repo : https://github.com/python-jsonschema/check-jsonschema
90- rev : " 0.29.1 "
90+ rev : " 0.29.2 "
9191 hooks :
9292 - id : check-dependabot
9393 - id : check-github-workflows
You can’t perform that action at this time.
0 commit comments