fix pylintrc warnings
This commit is contained in:
parent
bed5eb0d11
commit
e2664310f3
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue