pylint: Remove broad-try-clause entirely for now

See #6857
This commit is contained in:
Florian Bruhin 2021-12-03 11:12:55 +01:00
parent e4a667e06e
commit 59cc72b052
1 changed files with 0 additions and 5 deletions

View File

@ -8,13 +8,9 @@ load-plugins=qute_pylint.config,
qute_pylint.openencoding,
pylint.extensions.docstyle,
pylint.extensions.emptystring,
pylint.extensions.broad_try_clause,
pylint.extensions.overlapping_exceptions,
persistent=n
[broad_try_clause]
max-try-statements=7
[MESSAGES CONTROL]
enable=all
disable=locally-disabled,
@ -44,7 +40,6 @@ disable=locally-disabled,
too-many-locals,
too-many-branches,
too-many-statements,
too-many-try-statements,
too-few-public-methods,
import-outside-toplevel,
bad-continuation, # This lint disagrees with Black