summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2016-12-24 21:03:41 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-12-24 21:07:02 +0900
commit2588a45a22f048af30e5a97da3071e080cc66881 (patch)
tree9e1b872e7373169addcd2f006366d33b74efff22 /setup.cfg
parent1b8c2f2d6b356cef3e88a05694afe4e868ff16df (diff)
downloadsphinx-git-2588a45a22f048af30e5a97da3071e080cc66881.tar.gz
Update setup.cfg
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files 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