improve landscape config
This commit is contained in:
parent
c394ee31fb
commit
5e65b933b2
|
@ -1,8 +1,12 @@
|
||||||
max-line-length: 120
|
ignore-paths:
|
||||||
|
- docs
|
||||||
|
- examples
|
||||||
|
- libmproxy/contrib
|
||||||
|
- web
|
||||||
|
max-line-length: 140
|
||||||
pylint:
|
pylint:
|
||||||
options:
|
options:
|
||||||
dummy-variables-rgx: _$|.+_$|dummy_.+
|
dummy-variables-rgx: _$|.+_$|dummy_.+
|
||||||
|
|
||||||
disable:
|
disable:
|
||||||
- missing-docstring
|
- missing-docstring
|
||||||
- protected-access
|
- protected-access
|
||||||
|
|
Loading…
Reference in New Issue