summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2013-05-15 14:46:52 -0700
committerJoe Gordon <joe.gordon0@gmail.com>2013-05-20 18:58:22 -0700
commitfe2f1081eb215fba6a205891ddf67c6ff9e7a288 (patch)
treedf17634d9dedbda2b1870a52c0b733f0e39d53f4 /tox.ini
parent0a14e1d0c448475773861d5aec9ed62385f6903c (diff)
downloadoslo-fe2f1081eb215fba6a205891ddf67c6ff9e7a288.tar.gz
oslo-fe2f1081eb215fba6a205891ddf67c6ff9e7a288.tar.xz
oslo-fe2f1081eb215fba6a205891ddf67c6ff9e7a288.zip
Enable hacking H702 localization test
Fix and enable test for 'formatting operation should be outside of localization method call' Change-Id: I0e707f9d4aacf75f9a9239b323a57d7d39f30c84
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 6efa07d..3a33326 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@ commands =
[flake8]
show-source = True
-ignore = H201,H202,H302,H304,H306,H401,H402,H403,H404,H702
+ignore = H201,H202,H302,H304,H306,H401,H402,H403,H404
exclude = .venv,.tox,dist,doc,*.egg,.update-venv
[testenv:pep8]