diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-12-24 21:03:41 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-12-24 21:07:02 +0900 |
| commit | 2588a45a22f048af30e5a97da3071e080cc66881 (patch) | |
| tree | 9e1b872e7373169addcd2f006366d33b74efff22 /setup.cfg | |
| parent | 1b8c2f2d6b356cef3e88a05694afe4e868ff16df (diff) | |
| download | sphinx-git-2588a45a22f048af30e5a97da3071e080cc66881.tar.gz | |
Update setup.cfg
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
