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:
parent
80312c2797
commit
1a06f5108e
2
tox.ini
2
tox.ini
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user