Skip to content

Commit

Permalink
.pylintrc: fix an issue in the configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zachetienne committed Jun 6, 2023
1 parent c669cd3 commit cecb7ee
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 @@ -535,5 +535,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 cecb7ee

Please sign in to comment.