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.
2 parents a07ff8a + 184f5f1 commit 35da7dfCopy full SHA for 35da7df
.pre-commit-config.yaml
@@ -1,8 +1,8 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: "v0.13.1"
+ rev: "v0.13.2"
4
hooks:
5
- - id: ruff
+ - id: ruff-check
6
args: ["--fix"]
7
- id: ruff-format
8
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -12,7 +12,7 @@ repos:
12
- id: end-of-file-fixer
13
- id: check-yaml
14
- repo: https://github.com/woodruffw/zizmor-pre-commit
15
- rev: v1.13.0
+ rev: v1.14.2
16
17
- id: zizmor
18
- repo: https://github.com/adamchainz/blacken-docs
0 commit comments