Skip flake8 for sample python codes for napoleon docs

This commit is contained in:
Takeshi KOMIYA 2016-07-26 14:35:20 +09:00
parent 99c9f60373
commit b208b3e9e0

View File

@ -26,4 +26,4 @@ universal = 1
[flake8]
max-line-length=95
ignore=E113,E116,E221,E226,E241,E251,E901
exclude=tests/*,build/*,sphinx/search/*,sphinx/pycode/pgen2/*
exclude=tests/*,build/*,sphinx/search/*,sphinx/pycode/pgen2/*,doc/ext/example*.py