File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 44
55repos :
66 - repo : https://github.com/astral-sh/ruff-pre-commit
7- rev : v0.13 .3
7+ rev : v0.14 .3
88 hooks :
99 - id : ruff-check
1010 args : [--fix, --exit-non-zero-on-fix]
@@ -21,6 +21,13 @@ repos:
2121 hooks :
2222 - id : codespell
2323
24+ - repo : https://github.com/abravalheri/validate-pyproject
25+ rev : v0.24.1
26+ hooks :
27+ - id : validate-pyproject
28+ # Optional extra validations from SchemaStore:
29+ additional_dependencies : ["validate-pyproject-schema-store[all]"]
30+
2431 - repo : https://github.com/pre-commit/pre-commit-hooks
2532 rev : v6.0.0
2633 hooks :
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ commands = coverage run -m pytest {posargs}
2222[testenv:pre-commit]
2323description = Run all pre-commit hooks.
2424skip_install = true
25- deps = pre-commit
26- commands = pre-commit run --all-files
25+ deps = prek
26+ commands = prek run --all-files
2727
2828
2929[testenv:mypy-api]
You can’t perform that action at this time.
0 commit comments