fix pylintrc warnings
This commit is contained in:
parent
bed5eb0d11
commit
e2664310f3
@ -307,8 +307,8 @@ min-public-methods=2
|
|||||||
[EXCEPTIONS]
|
[EXCEPTIONS]
|
||||||
|
|
||||||
# Exceptions that will emit a warning when caught.
|
# Exceptions that will emit a warning when caught.
|
||||||
overgeneral-exceptions=BaseException,
|
overgeneral-exceptions=builtins.BaseException,
|
||||||
Exception
|
builtins.Exception
|
||||||
|
|
||||||
|
|
||||||
[FORMAT]
|
[FORMAT]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user