Skip to content

Commit 857ad99

Browse files
committed
fix: fixes exception configuration in pylint
1 parent f3d234f commit 857ad99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pylintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,5 +513,5 @@ preferred-modules=
513513

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

0 commit comments

Comments
 (0)