This commit is contained in:
Alex Mykyta
2023-02-16 19:22:22 -08:00
parent 7b16926e39
commit 6026e3398e
3 changed files with 7 additions and 4 deletions

View File

@@ -567,5 +567,5 @@ preferred-modules=
# Exceptions that will emit a warning when being caught. Defaults to
# "BaseException, Exception".
overgeneral-exceptions=BaseException,
Exception
overgeneral-exceptions=builtin.BaseException,
builtin.Exception