pylint: ignore broad-exception-raised, alias broad-except

This commit is contained in:
Thomas NOËL 2023-02-01 14:09:43 +01:00
parent 51fa966fe7
commit 7c32629d5c
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ disable=
arguments-differ,
attribute-defined-outside-init,
broad-except,
broad-exception-raised,
consider-using-dict-comprehension,
consider-using-f-string,
consider-using-set-comprehension,