flake8 to ignore releasenotes directory

it isn't clear why flake8 needs to look here.

Change-Id: Iafd9df551e4ca0452dc9bdd793c183d144c72495
Depends-On: Id5be526a0418db5d00cbf5cbceb4993274989e72
This commit is contained in:
Amrith Kumar 2016-11-28 14:06:58 -05:00 committed by amrith
parent 80312c2797
commit 1a06f5108e
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ show-source = True
ignore = F821,H301,H404,H405,H501
enable-extensions = H203,H106
builtins = _
exclude=.venv,.tox,.git,dist,doc,*egg,tools,etc,build,*.po,*.pot,integration
exclude=.venv,.tox,.git,dist,doc,*egg,tools,etc,build,*.po,*.pot,integration,releasenotes
filename=*.py,trove-*
[testenv:api-ref]