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