diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-01-12 10:11:54 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-01-12 10:11:54 +0900 |
commit | 7dcb40d135927930a3df2c10191736ae5bf975ef (patch) | |
tree | 6520b28ae38db6e2b57fc712cc40b164e753877b | |
parent | 412bb9aae87dccfb81e8dc0e0cfaff40ad0c3701 (diff) | |
download | sphinx-git-7dcb40d135927930a3df2c10191736ae5bf975ef.tar.gz |
Update flake8 rules
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |