mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
17 lines
370 B
YAML
17 lines
370 B
YAML
max-line-length: 120
|
|
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
|