Update hacking ignore list

H305 and H307 were removed from the ignore list in commit e0dae50dc.

F481 was removed from the ignore list in commit 30e15ec4a.

Change-Id: Ib6a6be6d20838d852d247d7469efb26b2d0f3121
This commit is contained in:
Matt Riedemann
2015-02-06 11:46:53 -08:00
parent 84855ecda7
commit d55e0bf6f3

View File

@@ -70,7 +70,7 @@ commands = python setup.py build_sphinx
# Due to the upgrade to hacking 0.9.2 the following checking are
# ignored on purpose for the moment and should be re-enabled.
#
# F841,H302,H305,H307,H405
# H302,H405
ignore = E251,E265,H302,H402,H405,H803,H904