Skip to content

Commit

Permalink
pylint: Disable too-many-try-statements
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler authored and twigleingrid committed May 10, 2022
1 parent 9950674 commit 9447478
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 9447478

Please sign in to comment.