mitmproxy/.landscape.yml

17 lines
370 B
YAML
Raw Normal View History

2015-06-18 08:26:49 +00:00
max-line-length: 120
pylint:
2015-06-18 16:05:09 +00:00
options:
dummy-variables-rgx: _$|.+_$|dummy_.+
2015-06-18 08:26:49 +00:00
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