Dirk Mueller 8aba2d602e Start using Hacking
Instead of blacklisting Hacking globally,
only blacklist those that currently occur frequently
(for a later followup patch), and fix the rest. In
detail:

H101  Use TODO(NAME)
H201  no 'except:' at least use 'except Exception:'
H231  octal number 022 should be written as 0o22
H401  docstring should not start with a space
H701  Empty localization string

Change-Id: Ib3b3d56b68d1cf15d3b67ac9749fcbdb876dc52a
2013-07-15 11:41:58 +02:00
..
2013-04-30 00:17:46 -07:00
2012-11-26 18:15:21 -08:00
2013-01-21 18:12:17 +01:00
2013-05-01 14:19:38 -04:00
2013-07-15 11:41:58 +02:00
2013-07-15 11:41:58 +02:00