Skip to content

Commit 4e71fd2

Browse files
committed
Update .pre-commit-config.yaml
1 parent 7600c44 commit 4e71fd2

1 file changed

Lines changed: 1 addition & 27 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,10 @@ repos:
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

0 commit comments

Comments
 (0)