django-notifications/prospector.yaml
2018-05-31 01:13:31 -03:00

22 lines
236 B
YAML

strictness: veryhigh
ignore-paths:
- migrations
- build
- dist
- django_notifications_hq.egg-info
uses:
- django
pep8:
full: true
options:
max-line-length: 120
pylint:
full: true
mccabe:
disable:
- MC0001