File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 77 - id : check-yaml
88 - id : check-toml
99 - id : check-merge-conflict
10+ - id : check-case-conflict
1011 - id : mixed-line-ending
12+ - id : name-tests-test
13+ args : [--pytest-test-first]
1114 - repo : https://github.com/psf/black-pre-commit-mirror
1215 rev : 25.1.0 # must match pyproject.toml
1316 hooks :
@@ -18,6 +21,18 @@ repos:
1821 hooks :
1922 - id : isort
2023 name : isort (python)
24+ - repo : https://github.com/abravalheri/validate-pyproject
25+ rev : v0.24.1
26+ hooks :
27+ - id : validate-pyproject
28+ - repo : https://github.com/python-jsonschema/check-jsonschema
29+ rev : 0.33.0
30+ hooks :
31+ - id : check-github-workflows
32+ - repo : https://github.com/rhysd/actionlint
33+ rev : v1.7.7
34+ hooks :
35+ - id : actionlint
2136
2237ci :
2338 autofix_commit_msg : " [pre-commit.ci] auto fixes from pre-commit.com hooks"
You can’t perform that action at this time.
0 commit comments