From f6bc166ea75a649d3ebd7c533a784813268f62be Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Fri, 13 Jul 2018 09:25:40 +0200 Subject: [PATCH] Add max line length 100 to the config for flake8 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 3c6e79cf..f312e562 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [bdist_wheel] universal=1 + +[flake8] +max-line-length = 100