We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff14c22 commit 7592940Copy full SHA for 7592940
.pre-commit-config.yaml
@@ -14,14 +14,14 @@ repos:
14
args: ["--fix=lf"]
15
- id: check-case-conflict
16
- repo: https://github.com/python-jsonschema/check-jsonschema
17
- rev: 0.34.0
+ rev: 0.34.1
18
hooks:
19
- id: check-dependabot
20
- id: check-github-workflows
21
- id: check-github-actions
22
- id: check-readthedocs
23
- repo: https://github.com/rhysd/actionlint
24
- rev: v1.7.7
+ rev: v1.7.8
25
26
- id: actionlint
27
additional_dependencies:
@@ -39,7 +39,7 @@ repos:
39
- id: shellcheck
40
args: ["--severity=style"]
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: v0.13.3
+ rev: v0.14.0
43
44
- id: ruff
45
args: ["--exit-non-zero-on-fix"]
0 commit comments