mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-05-18 23:20:52 +02:00
fix: add pycodestyle config
This commit is contained in:
parent
ae3c022d1d
commit
5942376090
@ -23,5 +23,8 @@ show-source = true
|
|||||||
statistics = true
|
statistics = true
|
||||||
max-line-length = 128
|
max-line-length = 128
|
||||||
|
|
||||||
|
[pycodestyle]
|
||||||
|
max-line-length = 128
|
||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
addopts = --cov=sshuttle --cov-branch --cov-report=term-missing
|
addopts = --cov=sshuttle --cov-branch --cov-report=term-missing
|
||||||
|
Loading…
Reference in New Issue
Block a user