On 01/06/2016 01:08 PM, Ben Pfaff wrote:
> On Wed, Jan 06, 2016 at 11:53:10AM -0500, Russell Bryant wrote:
>> 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 enab
On Wed, Jan 06, 2016 at 11:53:10AM -0500, Russell Bryant wrote:
> 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 late
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
---
Makefile.am | 2 +-
1 file ch