File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - id : check-yaml
77
88 - repo : https://github.com/astral-sh/ruff-pre-commit
9- rev : ' v0.14.2 '
9+ rev : ' v0.14.5 '
1010 hooks :
1111 - id : ruff
1212 args : [ --fix, --exit-non-zero-on-fix, --unsafe-fixes ]
1313
1414 # Run the formatter
1515 - id : ruff-format
16-
17- # - repo: https://github.com/igorshubovych/markdownlint-cli
18- # rev: v0.45.0
19- # hooks:
20- # - id: markdownlint
21- # args: ["--disable", "MD013"]
22-
23- - repo : https://github.com/python-jsonschema/check-jsonschema
24- rev : 0.34.1
25- hooks :
26- # - id: check-renovate
27- # args: [ "--verbose" ]
28-
29- - id : check-github-workflows
30- args : ["--verbose"]
31-
32- - repo : https://github.com/rhysd/actionlint
33- rev : v1.7.8
34- hooks :
35- - id : actionlint
36- args : [ -ignore, SC ]
37-
38- - repo : https://github.com/abravalheri/validate-pyproject
39- rev : v0.24.1
40- hooks :
41- - id : validate-pyproject
You can’t perform that action at this time.
0 commit comments