Skip to content

Commit

Permalink
pylint: Disable too-many-try-statements
Browse files Browse the repository at this point in the history
See #6857
  • Loading branch information
The-Compiler committed Dec 2, 2021
1 parent 2f69664 commit 42d4109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ 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 42d4109

Please sign in to comment.