Brian S. Stephan
4740cd7808
let's start with some serious code quality refactoring later, but this is at least setting the underpinnings bss/dr.botzo#17
21 lines
298 B
YAML
21 lines
298 B
YAML
doc-warnings: true
|
|
strictness: high
|
|
ignore-paths:
|
|
- migrations
|
|
ignore-patterns:
|
|
- \.log$
|
|
- localsettings.py$
|
|
- parsetab.py$
|
|
pylint:
|
|
enable:
|
|
- relative-import
|
|
options:
|
|
max-line-length: 120
|
|
good-names: log
|
|
pep8:
|
|
options:
|
|
max-line-length: 120
|
|
pep257:
|
|
disable:
|
|
- D203
|