From 5942376090395d0a8dfe38fe012a519268199341 Mon Sep 17 00:00:00 2001 From: Brian May Date: Tue, 25 Mar 2025 12:34:40 +1100 Subject: [PATCH] fix: add pycodestyle config --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 69d69e4..781aae6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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