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 57850ac commit 2fc215aCopy full SHA for 2fc215a
.pre-commit-config.yaml
@@ -23,12 +23,12 @@ repos:
23
- id: taplo-lint
24
args: ["--no-schema"]
25
- repo: https://github.com/abravalheri/validate-pyproject
26
- rev: v0.23
+ rev: v0.24.1
27
hooks:
28
- id: validate-pyproject
29
additional_dependencies: ["validate-pyproject-schema-store[all]"]
30
- repo: https://github.com/astral-sh/ruff-pre-commit
31
- rev: v0.9.10
+ rev: v0.11.2
32
33
- id: ruff
34
args: ["--fix", "--show-fixes"]
@@ -37,6 +37,6 @@ repos:
37
38
- id: black
39
- repo: https://github.com/woodruffw/zizmor-pre-commit
40
- rev: v1.4.1
+ rev: v1.5.2
41
42
- id: zizmor
0 commit comments