Skip to content

Commit

Permalink
Add default .prospector.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-morvan committed Oct 27, 2020
1 parent 2d6098f commit 5bf4d64
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .prospector.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
strictness: veryhigh

pep8:
options:
max-line-length: 110
disable:
- E203

pylint:
options:
max-line-length: 110
disable:
- too-many-locals
- too-many-statements
- too-many-branches

mccabe:
run: false

mypy:
run: true

0 comments on commit 5bf4d64

Please sign in to comment.