Skip to content

Commit

Permalink
Add module name to overgeneral-exceptions to suppress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gmontamat committed Aug 27, 2024
1 parent 0537a4c commit 953fa57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,6 @@ deprecated-modules="optparse,tkinter.tix"

[tool.pylint.'EXCEPTIONS']
overgeneral-exceptions= [
"BaseException",
"Exception"
"builtin.BaseException",
"builtin.Exception"
]

0 comments on commit 953fa57

Please sign in to comment.