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 237d45d commit 0a08960Copy full SHA for 0a08960
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
args: [--fix=lf]
12
- id: check-case-conflict
13
- repo: https://github.com/python-jsonschema/check-jsonschema
14
- rev: 0.31.0
+ rev: 0.31.1
15
hooks:
16
- id: check-dependabot
17
- id: check-readthedocs
@@ -21,7 +21,7 @@ repos:
21
22
- id: actionlint
23
- repo: https://github.com/woodruffw/zizmor-pre-commit
24
- rev: v1.2.2
+ rev: v1.3.0
25
26
- id: zizmor
27
- repo: https://github.com/shellcheck-py/shellcheck-py
@@ -33,7 +33,7 @@ repos:
33
34
- id: pyproject-fmt
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: v0.9.3
+ rev: v0.9.4
37
38
- id: ruff
39
args: ["--exit-non-zero-on-fix"]
0 commit comments