Skip to content

Commit

Permalink
fix: fixes exception configuration in pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Jul 12, 2024
1 parent f3d234f commit 857ad99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -513,5 +513,5 @@ preferred-modules=

# Exceptions that will emit a warning when being caught. Defaults to
# "BaseException, Exception".
overgeneral-exceptions=BaseException,
Exception
overgeneral-exceptions=builtins.BaseException,
builtins.Exception

0 comments on commit 857ad99

Please sign in to comment.