diff options
author | Daniel Schadt <kingdread@gmx.de> | 2023-03-08 19:48:50 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2023-03-08 19:48:50 +0100 |
commit | acb53cb167771ef7b43a325bd2d09cc507692237 (patch) | |
tree | 51950c712981273b6f400a4afb174eb6c30f2651 /pylint.toml | |
parent | 53f7a3836bfd385cac1f3c0aa3273d613f47002d (diff) | |
download | fietsboek-acb53cb167771ef7b43a325bd2d09cc507692237.tar.gz fietsboek-acb53cb167771ef7b43a325bd2d09cc507692237.tar.bz2 fietsboek-acb53cb167771ef7b43a325bd2d09cc507692237.zip |
update dependencies
Diffstat (limited to 'pylint.toml')
-rw-r--r-- | pylint.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint.toml b/pylint.toml index f1e4270..c939cdc 100644 --- a/pylint.toml +++ b/pylint.toml @@ -261,7 +261,7 @@ min-public-methods = 2 [tool.pylint.exceptions] # Exceptions that will emit a warning when caught. -overgeneral-exceptions = ["BaseException", "Exception"] +overgeneral-exceptions = ["builtins.BaseException", "builtins.Exception"] [tool.pylint.format] # Expected format of line ending, e.g. empty (any line ending), LF or CRLF. |