Skip to content

Commit

Permalink
suppress pylint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Oct 9, 2024
1 parent e825b0e commit 46fbd7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,11 @@ disable = [
"unnecessary-lambda",
"unused-argument",
"unused-variable",
"using-constant-test"
"using-constant-test",

# disabled on 2.3.x branch
"consider-using-in",
"simplifiable-if-expression",
]

[tool.pytest.ini_options]
Expand Down

0 comments on commit 46fbd7f

Please sign in to comment.