fix: Avoid deprecated config syntax (#5179)

This commit is contained in:
Lars Eggert 2023-02-21 11:51:10 -08:00 committed by GitHub
parent cb7abbceab
commit 27037d43b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -405,4 +405,4 @@ analyse-fallback-blocks=no
# Exceptions that will emit a warning when being caught. Defaults to
# "Exception"
overgeneral-exceptions=Exception
overgeneral-exceptions=builtins.Exception