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 959a89f + 184f5f1 commit 9f5b63dCopy full SHA for 9f5b63d
.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
doc/en/example/.ruff.toml
@@ -1 +1 @@
-ignore = ["RUF059"]
+lint.ignore = ["RUF059"]
0 commit comments