Merge "remove comment saying we ignore H233. we actually check it"

This commit is contained in:
Jenkins
2016-09-19 16:59:36 +00:00
committed by Gerrit Code Review

View File

@@ -100,7 +100,6 @@ commands = bandit -c bandit.yaml -r swift -n 5
# it's not a bug that we aren't using all of hacking, ignore:
# H101: Use TODO(NAME)
# H202: assertRaises Exception too broad
# H233: Python 3.x incompatible use of print operator
# H301: one import per line
# H306: imports not in alphabetical order (time, os)
# H401: docstring should not start with a space