Skip to content

Commit

Permalink
Add too-many-branches to disabled pylint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jan 1, 2021
1 parent 92023cf commit e3234a2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .prospector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ pylint:
options:
max-line-length: 110
disable:
- abstract-method
- too-many-instance-attributes
- too-many-ancestors
- too-many-return-statements
- too-many-branches
- too-many-arguments
- too-many-locals
- too-few-public-methods
- wrong-import-order
- no-else-return
- abstract-method
- invalid-name
- redefined-builtin
- broad-except
- too-many-locals
- no-else-return
- wrong-import-order
- too-many-instance-attributes
- too-many-ancestors
- too-few-public-methods
- too-many-return-statements
- cyclic-import # see: https://github.com/PyCQA/pylint/issues/850

pep8:
Expand Down

0 comments on commit e3234a2

Please sign in to comment.