Skip to content

Commit 61c68e9

Browse files
committed
🙈 ignore PLR2004 in tool
1 parent 25a3135 commit 61c68e9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

‎tool/.ruff.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ line-length = 88
33

44
[lint]
55
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
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
12+
"PLR2004", # pylint/refactor: magic-value-comparison
1213
]

0 commit comments

Comments
 (0)