pylint: ignore broad-exception-raised (broad-except alias)

This commit is contained in:
Thomas NOËL 2023-02-01 14:39:43 +01:00
parent 9fd735cf11
commit 0b2f7f5663
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ disable=
attribute-defined-outside-init,
bad-super-call,
broad-except,
broad-exception-raised,
consider-using-dict-comprehension,
consider-using-f-string,
consider-using-set-comprehension,