fix pylintrc warnings

This commit is contained in:
Yax 2023-11-26 17:06:01 +01:00
parent bed5eb0d11
commit e2664310f3

View file

@ -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]