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
This commit is contained in:
Joe Gordon 2013-07-25 21:47:39 -04:00
parent 7a234ddc8b
commit 9c13b52926
1 changed files with 2 additions and 0 deletions

View File

@ -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