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:04:32 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-10-23 17:04:32 +0300
commite3baf213f508e1db254b150629f0ab22bc8d074c (patch)
tree2cc262e9178d1a6b4e880a990015358aede6fc06 /setup.cfg
parent7e7b389eedc7ada1260457f1d7e9662f31cdd473 (diff)
parent47c869c89ab47f5c89300442d5b4a1abe4f3543c (diff)
Merge branch 'stable'
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 38a697edc..cb6887fc3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -28,7 +28,7 @@ license_file = LICENSE
[flake8]
max-line-length = 95
-ignore = E116,E241,E251
+ignore = E116,E241,E251,E741
exclude = .git,.tox,.venv,tests/*,build/*,doc/_build/*,sphinx/search/*,sphinx/pycode/pgen2/*,doc/ext/example*.py
[mypy]