summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJoe Gordon <joe.gordon0@gmail.com>2013-07-25 21:47:39 -0400
committerJoe Gordon <joe.gordon0@gmail.com>2013-07-25 21:47:39 -0400
commit4125f61d2fc853bbfd3e4d86424bd95064a6fd4d (patch)
tree2edeadba511e875783ba27a6eb8e9650aadfef37 /tox.ini
parentbf6709bf2b2ecaf3d885b48d672c74e2172ec9d7 (diff)
downloadnova-4125f61d2fc853bbfd3e4d86424bd95064a6fd4d.tar.gz
Add note why E712 is ignored
According to the commit message in 560e5cd84ef2c1a6427c78d35eedc66445e1f77f we ignore E712 because ' With this change we ignore E712 since it is normal to use "column == True" in sqlalchemy.' Add note in tox.ini explaining this. Change-Id: I393e13b1430aae46f958311875678bd99e17b13c
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 7182c5bafe..aa798e9a08 100644
--- a/tox.ini
+++ b/tox.ini
@@ -41,6 +41,8 @@ commands =
commands = {posargs}
[flake8]
+# E712 is ignored on purpose, since it is normal to use 'column == true'
+# in sqlalchemy.
# TODO Hacking 0.6 checks to fix
# H102 Apache 2.0 license header not found
# H232 Python 3.x incompatible octal 1 should be written as 0o1