summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2019-06-14 11:51:52 +0100
committerDean Troyer <dtroyer@gmail.com>2019-08-27 17:12:15 -0500
commit6419533f436c6c369e05662c6ced26ad0bc68240 (patch)
tree52c06195e2a9456b3d10d1ddbee451a7d0113298 /tox.ini
parentb9d63105566c84db11a976846844ad7b3a0b331e (diff)
downloadpython-openstackclient-6419533f436c6c369e05662c6ced26ad0bc68240.tar.gz
Bump hacking version
Pick up newer versions of this library. Thankfully no serious changes are needed. Change-Id: I69e523844529fc1c8aa0c1ce764182dbe29cfeb6 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index eaf66bc4..a973b107 100644
--- a/tox.ini
+++ b/tox.ini
@@ -132,9 +132,8 @@ show-source = True
# H203: Use assertIs(Not)None to check for None
enable-extensions = H203
exclude = .git,.tox,dist,doc,*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 = __
+# W504 is disabled since you must choose between this or W503
+ignore = W504
import-order-style = pep8
application_import_names = openstackclient