16 lines
187 B
YAML
16 lines
187 B
YAML
strictness: medium
|
|
ignore-paths:
|
|
- migrations
|
|
|
|
ignore-patterns:
|
|
- \.log$
|
|
- localsettings.py$
|
|
|
|
pylint:
|
|
options:
|
|
max-line-length: 120
|
|
|
|
pep8:
|
|
options:
|
|
max-line-length: 120
|