Skip to content

Commit 46fbd7f

Browse files
suppress pylint errors
1 parent e825b0e commit 46fbd7f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,11 @@ disable = [
476476
"unnecessary-lambda",
477477
"unused-argument",
478478
"unused-variable",
479-
"using-constant-test"
479+
"using-constant-test",
480+
481+
# disabled on 2.3.x branch
482+
"consider-using-in",
483+
"simplifiable-if-expression",
480484
]
481485

482486
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)