Re: [ovs-dev] [PATCH] flake8: Fix use of --select and --ignore.

2016-02-02 Thread Russell Bryant
On 02/02/2016 04:30 PM, Ben Pfaff wrote: > On Fri, Jan 22, 2016 at 02:53:13PM -0500, Russell Bryant wrote: >> The flake8 command evolved over a series of patches and now includes the >> use of both --select and --ignore. Unfortunately, this wasn't doing >> what I thought. The use of --select comp

Re: [ovs-dev] [PATCH] flake8: Fix use of --select and --ignore.

2016-02-02 Thread Ben Pfaff
On Fri, Jan 22, 2016 at 02:53:13PM -0500, Russell Bryant wrote: > The flake8 command evolved over a series of patches and now includes the > use of both --select and --ignore. Unfortunately, this wasn't doing > what I thought. The use of --select completely overrides what --ignore > does, meaning