mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Add explicit module names to pylintrc to support pylint >= 3.0
contributed by @algonell.
This commit is contained in:
commit
f924e89a56
6
pylintrc
6
pylintrc
|
@ -424,6 +424,6 @@ valid-metaclass-classmethod-first-arg=mcs
|
|||
|
||||
# Exceptions that will emit a warning when being caught. Defaults to
|
||||
# "Exception"
|
||||
overgeneral-exceptions=StandardError,
|
||||
Exception,
|
||||
BaseException
|
||||
overgeneral-exceptions=builtins.StandardError,
|
||||
builtins.Exception,
|
||||
builtins.BaseException
|
||||
|
|
Loading…
Reference in New Issue
Block a user