add landscape/prospector config
This commit is contained in:
parent
274d0333f8
commit
a9d6b38153
|
@ -0,0 +1,13 @@
|
||||||
|
max-line-length: 120
|
||||||
|
pylint:
|
||||||
|
disable:
|
||||||
|
- 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
|
Loading…
Reference in New Issue