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 Mirko König committed Dec 7, 2021
1 parent f57a4e4 commit d6eb7c9
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 d6eb7c9

Please sign in to comment.