2015-06-17 11:10:27 +00:00
|
|
|
max-line-length: 120
|
2015-06-16 00:37:46 +00:00
|
|
|
pylint:
|
|
|
|
disable:
|
2015-06-17 11:10:27 +00:00
|
|
|
- missing-docstring
|
|
|
|
- protected-access
|
|
|
|
- too-few-public-methods
|
|
|
|
- too-many-arguments
|
|
|
|
- too-many-instance-attributes
|
|
|
|
- too-many-locals
|
|
|
|
- too-many-public-methods
|
|
|
|
- too-many-return-statements
|
|
|
|
- too-many-statements
|
|
|
|
- unpacking-non-sequence
|