Skip to content

Commit

Permalink
pylint: Remove broad-try-clause entirely for now
Browse files Browse the repository at this point in the history
See #6857
  • Loading branch information
The-Compiler committed Dec 3, 2021
1 parent e4a667e commit 59cc72b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 59cc72b

Please sign in to comment.