fix pylintrc warnings

pull/18/head
Yax 11 months ago
parent bed5eb0d11
commit e2664310f3

@ -307,8 +307,8 @@ min-public-methods=2
[EXCEPTIONS]
# Exceptions that will emit a warning when caught.
overgeneral-exceptions=BaseException,
Exception
overgeneral-exceptions=builtins.BaseException,
builtins.Exception
[FORMAT]

Loading…
Cancel
Save