mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
synchronize metadata files across projects
This commit is contained in:
parent
c8f6bf66fb
commit
aebad44d55
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
max-line-length: 120
|
||||
pylint:
|
||||
options:
|
||||
dummy-variables-rgx: _$|.+_$|dummy_.+
|
||||
|
||||
disable:
|
||||
- missing-docstring
|
||||
- protected-access
|
||||
|
|
@ -10,4 +13,4 @@ pylint:
|
|||
- too-many-public-methods
|
||||
- too-many-return-statements
|
||||
- too-many-statements
|
||||
- unpacking-non-sequence
|
||||
- unpacking-non-sequence
|
||||
Loading…
Add table
Add a link
Reference in a new issue