mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-22 16:03:57 +01:00
20 lines
291 B
YAML
20 lines
291 B
YAML
|
strictness: medium
|
||
|
|
||
|
pylint:
|
||
|
disable:
|
||
|
- too-many-statements
|
||
|
- too-many-locals
|
||
|
- too-many-function-args
|
||
|
- too-many-arguments
|
||
|
- too-many-branches
|
||
|
- bare-except
|
||
|
- protected-access
|
||
|
- no-else-return
|
||
|
|
||
|
pep8:
|
||
|
options:
|
||
|
max-line-length: 79
|
||
|
|
||
|
mccabe:
|
||
|
run: false
|