mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-08-12 17:27:08 +02:00
fix: add pycodestyle config
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user