From 166b54284690c265fd416aef8347ee0a3968ef9b Mon Sep 17 00:00:00 2001 From: Blallo Date: Wed, 11 Nov 2020 22:23:30 +0100 Subject: [PATCH] Set 88 chars per line --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 1fd0918..3554043 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,11 @@ [aliases] test=pytest +[pycodestyle] +max-line-length=88 + [flake8] +max-line-length=88 exclude = .git, __pycache__,