mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
15 lines
174 B
YAML
15 lines
174 B
YAML
ignore-paths:
|
|
- docs
|
|
- axes/migrations
|
|
|
|
pycodestyle:
|
|
options:
|
|
max-line-length: 142
|
|
|
|
pylint:
|
|
disable:
|
|
- django-not-configured
|
|
|
|
pyflakes:
|
|
disable:
|
|
- F401
|