Skip to content

Commit

Permalink
Enable useless-supression with pylint
Browse files Browse the repository at this point in the history
Fixes: #3775
  • Loading branch information
ssbarnea committed Sep 29, 2023
1 parent 7e38162 commit a8ca69b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ disable = [
# https://github.com/PyCQA/pylint/issues/8453
"preferred-module",
]
enable = [
"useless-suppression", # Identify unneeded pylint disable statements
]

[tool.pylint.TYPECHECK]
# pylint is unable to detect Namespace attributes and will throw a E1101
Expand Down

0 comments on commit a8ca69b

Please sign in to comment.