summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-07-16 21:03:32 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-07-16 21:03:32 +0900
commit2bdbe3aaf4a397d12d67b64ffb0960e9c531435b (patch)
tree0b9aae8a294b2225d485e85dce604e0b76ad04d1 /setup.cfg
parent052f24facef46a11286260a1868c5d628894e41c (diff)
downloadsphinx-git-2bdbe3aaf4a397d12d67b64ffb0960e9c531435b.tar.gz
Fix flake8 violations
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 091b59bbd..5b4753c5d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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