From c54000045c5deda12c96c48b690716e3d1881373 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Fri, 9 Jul 2021 22:23:26 -0700 Subject: [PATCH] add [pycodestyle] config to setup.cfg Signed-off-by: Kevin Morris --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 31a0eb8a..1d67ca96 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,6 @@ +[pycodestyle] +max-line-length = 127 + [flake8] max-line-length = 127 max-complexity = 10