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 e825b0e commit 46fbd7fCopy full SHA for 46fbd7f
pyproject.toml
@@ -476,7 +476,11 @@ disable = [
476
"unnecessary-lambda",
477
"unused-argument",
478
"unused-variable",
479
- "using-constant-test"
+ "using-constant-test",
480
+
481
+ # disabled on 2.3.x branch
482
+ "consider-using-in",
483
+ "simplifiable-if-expression",
484
]
485
486
[tool.pytest.ini_options]
0 commit comments