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 9355aad commit bd7d709Copy full SHA for bd7d709
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
rev: "v0.13.1"
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
doc/en/example/.ruff.toml
@@ -1 +1 @@
1
-ignore = ["RUF059"]
+lint.ignore = ["RUF059"]
0 commit comments