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 94b797d commit a10c5c0Copy full SHA for a10c5c0
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