mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
22 lines
236 B
YAML
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
|