From e7742a90f7fe09c864c2095b56379908d405cd07 Mon Sep 17 00:00:00 2001 From: mike wakerly Date: Sun, 25 Jun 2017 10:58:37 -0400 Subject: [PATCH] Update max line length. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index d0cc55293..9626d6904 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,4 @@ [flake8] exclude=build,.git,migrations,settings.py ignore=E128,E265,E266,E501,W601 +max-line-length=100