From: Zack Cerza Date: Tue, 7 Mar 2023 22:09:46 +0000 (-0700) Subject: setup.cfg: Set flake8 max line length to 100 X-Git-Tag: 1.2.0~122^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e26769b9f1d2aca7ac1159de42f7ea488633c200;p=teuthology.git setup.cfg: Set flake8 max line length to 100 It's what black uses. Signed-off-by: Zack Cerza --- diff --git a/setup.cfg b/setup.cfg index c21eb2dca..5a6c491e9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -128,3 +128,6 @@ teuthology.task.install = daemon-helper teuthology.task.internal = edit_sudoers.sh + +[flake8] +max-line-length = 100