fix: Avoid deprecated config syntax (#5179)
This commit is contained in:
parent
cb7abbceab
commit
27037d43b3
|
@ -405,4 +405,4 @@ analyse-fallback-blocks=no
|
||||||
|
|
||||||
# Exceptions that will emit a warning when being caught. Defaults to
|
# Exceptions that will emit a warning when being caught. Defaults to
|
||||||
# "Exception"
|
# "Exception"
|
||||||
overgeneral-exceptions=Exception
|
overgeneral-exceptions=builtins.Exception
|
||||||
|
|
Loading…
Reference in a new issue