mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
add landscape/prospector config
This commit is contained in:
parent
274d0333f8
commit
a9d6b38153
13
.landscape.yml
Normal file
13
.landscape.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
max-line-length: 120
|
||||||
|
pylint:
|
||||||
|
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
|
Loading…
Reference in New Issue
Block a user