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 6f2db17 commit eb5983bCopy full SHA for eb5983b
pyproject.toml
@@ -180,7 +180,7 @@ disable= [
180
"bad-mcs-method-argument",
181
"broad-exception-caught",
182
"broad-exception-raised",
183
- "cell-var-from-loop", # B023 from ruff / flake8-bugbear
+ "cell-var-from-loop", # B023 from ruff / flake8-bugbear
184
"comparison-of-constants",
185
"comparison-with-callable",
186
"comparison-with-itself",
@@ -193,7 +193,7 @@ disable= [
193
"consider-using-ternary",
194
"consider-using-with",
195
"cyclic-import",
196
- "disallowed-name", # foo / bar are used often in tests
+ "disallowed-name", # foo / bar are used often in tests
197
"duplicate-code",
198
"eval-used",
199
"exec-used",
0 commit comments