django-notifications/prospector.yaml
2018-05-30 23:54:29 -03:00

19 lines
180 B
YAML

strictness: veryhigh
ignore-paths:
- migrations
uses:
- django
pep8:
full: true
options:
max-line-length: 120
pylint:
full: true
mccabe:
disable:
- MC0001