fix: add pycodestyle config

This commit is contained in:
Brian May
2025-03-25 12:34:40 +11:00
parent ae3c022d1d
commit 5942376090

View File

@ -23,5 +23,8 @@ show-source = true
statistics = true
max-line-length = 128
[pycodestyle]
max-line-length = 128
[tool:pytest]
addopts = --cov=sshuttle --cov-branch --cov-report=term-missing