mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
21 lines
475 B
YAML
21 lines
475 B
YAML
ignore-paths:
|
|
- mitmproxy/docs
|
|
- mitmproxy/examples
|
|
- mitmproxy/libmproxy/contrib
|
|
- mitmproxy/web
|
|
max-line-length: 140
|
|
pylint:
|
|
options:
|
|
dummy-variables-rgx: _$|.+_$|dummy_.+
|
|
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
|