2016-03-02 21:43:21 -06:00
|
|
|
doc-warnings: true
|
2017-02-11 08:24:08 -06:00
|
|
|
strictness: high
|
2015-06-20 02:00:56 -05:00
|
|
|
ignore-paths:
|
|
|
|
- migrations
|
|
|
|
ignore-patterns:
|
|
|
|
- \.log$
|
|
|
|
- localsettings.py$
|
2016-03-02 21:43:21 -06:00
|
|
|
- parsetab.py$
|
2015-06-20 02:00:56 -05:00
|
|
|
pylint:
|
2016-03-02 21:43:21 -06:00
|
|
|
enable:
|
|
|
|
- relative-import
|
2015-06-20 02:00:56 -05:00
|
|
|
options:
|
|
|
|
max-line-length: 120
|
2016-03-02 21:43:21 -06:00
|
|
|
good-names: log
|
2015-06-20 02:00:56 -05:00
|
|
|
pep8:
|
|
|
|
options:
|
|
|
|
max-line-length: 120
|
2017-02-11 08:15:02 -06:00
|
|
|
pep257:
|
|
|
|
disable:
|
|
|
|
- D203
|