fix: add pycodestyle config

This commit is contained in:
Brian May 2025-03-25 12:34:40 +11:00
parent ae3c022d1d
commit 5942376090
No known key found for this signature in database
GPG Key ID: 2A92599257644AFA

View File

@ -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