Update setup.cfg

This commit is contained in:
Takeshi KOMIYA 2016-12-24 21:03:41 +09:00
parent 1b8c2f2d6b
commit 2588a45a22

View File

@ -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