summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmrith Kumar <amrith@amrith.org>2016-11-28 14:06:58 -0500
committeramrith <amrith.kumar@gmail.com>2017-01-15 23:06:30 +0000
commit1a06f5108e696b1bd288f4cabc4c53aebbaed9e4 (patch)
tree669325097f6983d0f7f6b204ce26864e3ff902d5
parent80312c2797a9d068b1fe698045ffbb3158577d86 (diff)
downloadtrove-1a06f5108e696b1bd288f4cabc4c53aebbaed9e4.tar.gz
flake8 to ignore releasenotes directory
it isn't clear why flake8 needs to look here. Change-Id: Iafd9df551e4ca0452dc9bdd793c183d144c72495 Depends-On: Id5be526a0418db5d00cbf5cbceb4993274989e72
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c9332fd5..c6bd0c9b 100644
--- a/tox.ini
+++ b/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]