From 2588a45a22f048af30e5a97da3071e080cc66881 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 24 Dec 2016 21:03:41 +0900 Subject: [PATCH] Update setup.cfg --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index a65719461..f87dcc178 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,6 +24,6 @@ directory = sphinx/locale/ universal = 1 [flake8] -max-line-length=95 -ignore=E113,E116,E221,E226,E241,E251,E901 -exclude=tests/*,build/*,sphinx/search/*,sphinx/pycode/pgen2/*,doc/ext/example*.py +max-line-length = 95 +ignore = E113,E116,E221,E226,E241,E251,E901 +exclude = tests/*,build/*,sphinx/search/*,sphinx/pycode/pgen2/*,doc/ext/example*.py