From e26769b9f1d2aca7ac1159de42f7ea488633c200 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 7 Mar 2023 15:09:46 -0700 Subject: [PATCH] setup.cfg: Set flake8 max line length to 100 It's what black uses. Signed-off-by: Zack Cerza --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index c21eb2dca4..5a6c491e9b 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 -- 2.39.5