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 bb9a137 commit d9c7635Copy full SHA for d9c7635
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: requirements-txt-fixer
12
- id: check-merge-conflict
13
- repo: https://github.com/rbubley/mirrors-prettier
14
- rev: v3.5.3
+ rev: v3.6.2
15
hooks:
16
- id: prettier
17
args: ["--cache-location=.prettier_cache/cache"]
@@ -28,7 +28,7 @@ repos:
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.11.5
+ rev: v0.12.3
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.5.2
+ rev: v1.11.0
41
42
- id: zizmor
0 commit comments