python: Ignore all D,H warnings from flake8.
authorRussell Bryant <russell@ovn.org>
Wed, 6 Jan 2016 16:50:21 +0000 (11:50 -0500)
committerRussell Bryant <russell@ovn.org>
Wed, 6 Jan 2016 18:13:40 +0000 (13:13 -0500)
A previous patch added the list of warnings emitted by the docstrings
and hacking plugins for flake8.  Switch to ignoring all warnings from
those plugins.  We can use --select to enable specific ones that we want
if needed later on.

Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>

No differences found