summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-01-12 10:11:54 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-01-12 10:11:54 +0900
commit7dcb40d135927930a3df2c10191736ae5bf975ef (patch)
tree6520b28ae38db6e2b57fc712cc40b164e753877b
parent412bb9aae87dccfb81e8dc0e0cfaff40ad0c3701 (diff)
downloadsphinx-git-7dcb40d135927930a3df2c10191736ae5bf975ef.tar.gz
Update flake8 rules
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index f0f7c7325..e341d921a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,5 +25,5 @@ universal = 1
[flake8]
max-line-length = 95
-ignore = E113,E116,E241,E251,E901
+ignore = E116,E241,E251
exclude = .git,.tox,tests/*,build/*,sphinx/search/*,sphinx/pycode/pgen2/*,doc/ext/example*.py