summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-02-26 01:59:47 +0000
committerGerrit Code Review <review@openstack.org>2016-02-26 01:59:47 +0000
commit277c16c8b74efc258c02b73ffff1c6d4fb616d0f (patch)
treee9c3a5e1ce0d88d533cc3f085db41b98ca45305a /tox.ini
parentfbc03104f66a80e1d7f3c7880d7db82587a7ab6c (diff)
parent3d7a26bdec7b3a41090b6b092025ab5cd8f87b24 (diff)
downloadpython-openstackclient-277c16c8b74efc258c02b73ffff1c6d4fb616d0f.tar.gz
Merge "Defaults are ignored with flake8"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 8add2fe3..15f62363 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,3 +38,6 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[flake8]
show-source = True
exclude = .git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
+# If 'ignore' is not set there are default errors and warnings that are set
+# Doc: http://flake8.readthedocs.org/en/latest/config.html#default
+ignore = __ \ No newline at end of file