Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-10-23 17:01:18 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-10-23 17:01:18 +0300
commit47c869c89ab47f5c89300442d5b4a1abe4f3543c (patch)
tree16fad1a1f84281ffa0326f85fe2e47ff0cd4daf8 /setup.cfg
parent314831d332f73252214c090d356c6e84d6fb3795 (diff)
Fix flake8 and style-check 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 e0312ce00..a5433c6b0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,7 +25,7 @@ universal = 1
[flake8]
max-line-length = 95
-ignore = E116,E241,E251
+ignore = E116,E241,E251,E741
exclude = .git,.tox,tests/*,build/*,sphinx/search/*,sphinx/pycode/pgen2/*,doc/ext/example*.py
[build_sphinx]