From 056f2bac1318749cb1d21c93cefe3c5ce1451f6b Mon Sep 17 00:00:00 2001 From: Aaron Kollasch Date: Sun, 30 Jul 2023 03:04:26 -0400 Subject: [PATCH] Add pycodestyle max-line-length to setup.cfg --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 5e43fe5..97cbbba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -179,3 +179,6 @@ exclude_lines = [bdist_wheel] universal = 1 + +[pycodestyle] +max-line-length = 88