mitmproxy/.landscape.yml

16 lines
369 B
YAML
Raw Normal View History

max-line-length: 120
2015-06-16 00:37:46 +00:00
pylint:
2015-06-18 13:32:52 +00:00
options:
dummy-variables-rgx: _$|.+_$|dummy_.+
2015-06-16 00:37:46 +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