Skip to content

Commit 1573b63

Browse files
committed
Enable useless supression to help keep code clean (ansible#179)
1 parent 0377346 commit 1573b63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,9 @@ disable = [
294294
"too-few-public-methods",
295295
"too-many-instance-attributes"
296296
]
297+
enable = [
298+
"useless-suppression" # Identify unneeded pylint disable statements
299+
]
297300

298301
[tool.pytest.ini_options]
299302
addopts = "-ra --showlocals --durations=10"

0 commit comments

Comments
 (0)