summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-08-13 23:50:17 -0300
committerMorgan Fainberg <m@metacloud.com>2013-08-15 19:30:36 -0700
commitfa95c8bdc2e17b54ef6ff69e2e23b1faeb6a112a (patch)
treeb015016f55aea2c262f5d4cec06b662382c43961 /tox.ini
parent7851a3cd62aa598c694bd51806f55ec26d3a54fe (diff)
downloadkeystone-fa95c8bdc2e17b54ef6ff69e2e23b1faeb6a112a.tar.gz
keystone-fa95c8bdc2e17b54ef6ff69e2e23b1faeb6a112a.tar.xz
keystone-fa95c8bdc2e17b54ef6ff69e2e23b1faeb6a112a.zip
Clean hacking errors in advance of hacking update
The next patch syncs with global requirements, including an update to hacking. These fixes align the codebase with those new rules. Change-Id: I16e5a4ffa877fb46d2fb28d881642185c801b628
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1fe184ea..125b7845 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,7 +34,7 @@ commands = {posargs}
[flake8]
show-source = true
-# H304: no relative imports.
+# H304 no relative imports.
ignore = H304
builtins = _