H402 hacking have been deprecated

Change-Id: Ia6e9187cf2b5d0fe099a8b8c32fd29d681871327
This commit is contained in:
Kalaswan Datta 2017-01-06 12:21:01 -05:00 committed by Zhijiang Hu
parent cd574b28e6
commit cef1f7e732
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ commands = python setup.py build_sphinx
[flake8]
# TODO(dmllr): Analyze or fix the warnings blacklisted below
# TODO delete H402
# E711 comparison to None should be 'if cond is not None:'
# E712 comparison to True should be 'if cond is True:' or 'if cond:'
# H302 import only modules