diff options
Diffstat (limited to '.pylint.rc')
| -rw-r--r-- | .pylint.rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -480,5 +480,5 @@ preferred-modules= # Exceptions that will emit a warning when being caught. Defaults to # "BaseException, Exception". -overgeneral-exceptions=BaseException, - Exception +overgeneral-exceptions=builtin.BaseException, + builtin.Exception |
