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 b514d4a + f6bd79f commit b22f51cCopy full SHA for b22f51c
tool/.ruff.toml
@@ -3,10 +3,11 @@ line-length = 88
3
4
[lint]
5
extend-ignore = [
6
- "TRY003", # tryceratops: raise-vanilla-args
7
- "TD003", # flake8-todos: missing-todo-link
8
- "S101", # flake8-bandit: assert
9
- "S404", # flake8-bandit: suspicious-subprocess-import
10
- "S603", # flake8-bandit: subprocess-without-shell-equals-true
11
- "T201", # flake8-print: print
+ "TRY003", # tryceratops: raise-vanilla-args
+ "TD003", # flake8-todos: missing-todo-link
+ "S101", # flake8-bandit: assert
+ "S404", # flake8-bandit: suspicious-subprocess-import
+ "S603", # flake8-bandit: subprocess-without-shell-equals-true
+ "T201", # flake8-print: print
12
+ "PLR2004", # pylint/refactor: magic-value-comparison
13
]
0 commit comments