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)
commite4f47025ee6e39520357225b2f7269191da1a4f1
treee5e04b26aa29d7964e46a0131d2db35463176b84
parent007ec24d2f5d869a8449bbf12ecf9a341dd88d4d
python: Ignore all D,H warnings from flake8.

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>
Makefile.am