]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
setup.cfg: Set flake8 max line length to 100
authorZack Cerza <zack@redhat.com>
Tue, 7 Mar 2023 22:09:46 +0000 (15:09 -0700)
committerZack Cerza <zack@redhat.com>
Wed, 8 Mar 2023 20:50:44 +0000 (13:50 -0700)
It's what black uses.

Signed-off-by: Zack Cerza <zack@redhat.com>
setup.cfg

index c21eb2dca4288f6f640ba0719912f9d9f7298f19..5a6c491e9ba5d197f464da90eb44a65415de2e2b 100644 (file)
--- 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