diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-07-16 21:03:32 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-07-16 21:03:32 +0900 |
commit | 2bdbe3aaf4a397d12d67b64ffb0960e9c531435b (patch) | |
tree | 0b9aae8a294b2225d485e85dce604e0b76ad04d1 /setup.cfg | |
parent | 052f24facef46a11286260a1868c5d628894e41c (diff) | |
download | sphinx-git-2bdbe3aaf4a397d12d67b64ffb0960e9c531435b.tar.gz |
Fix flake8 violations
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ directory = sphinx/locale/ [flake8] max-line-length = 95 -ignore = E116,E241,E251,E741,I101 +ignore = E116,E241,E251,E741,W504,I101 exclude = .git,.tox,.venv,tests/*,build/*,doc/_build/*,sphinx/search/*,doc/ext/example*.py application-import-names = sphinx import-order-style = smarkets |