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 1010 additional_dependencies : [black==23.*]
1111
1212 - repo : https://github.com/pre-commit/pre-commit-hooks
13- rev : " v4.5 .0"
13+ rev : " v4.6 .0"
1414 hooks :
1515 - id : check-added-large-files
1616 - id : check-case-conflict
@@ -40,14 +40,14 @@ repos:
4040 args : [--prose-wrap=always]
4141
4242 - repo : https://github.com/astral-sh/ruff-pre-commit
43- rev : " v0.3.3 "
43+ rev : " v0.4.4 "
4444 hooks :
4545 - id : ruff
4646 args : ["--fix", "--show-fixes"]
4747 - id : ruff-format
4848
4949 - repo : https://github.com/pre-commit/mirrors-mypy
50- rev : " v1.9 .0"
50+ rev : " v1.10 .0"
5151 hooks :
5252 - id : mypy
5353 files : src|tests
@@ -74,13 +74,13 @@ repos:
7474 exclude : .pre-commit-config.yaml
7575
7676 - repo : https://github.com/abravalheri/validate-pyproject
77- rev : " v0.16 "
77+ rev : " v0.18 "
7878 hooks :
7979 - id : validate-pyproject
8080 additional_dependencies : ["validate-pyproject-schema-store[all]"]
8181
8282 - repo : https://github.com/python-jsonschema/check-jsonschema
83- rev : " 0.28.0 "
83+ rev : " 0.28.4 "
8484 hooks :
8585 - id : check-dependabot
8686 - id : check-github-workflows
You can’t perform that action at this time.
0 commit comments