Re: [PATCH 00/13] Fix some issues found by flake8

2018-08-07 Thread William Roberts
On Mon, Aug 6, 2018 at 1:26 PM, Nicolas Iooss wrote: > On Mon, Aug 6, 2018 at 5:05 PM, William Roberts > wrote: > > > > On Sat, Aug 4, 2018 at 12:47 PM, Nicolas Iooss > > wrote: > >> > >> Hi, > >> > >> I have been working on a script which uses flake8 to discover issues in > >> Python code. Thi

Re: [PATCH 00/13] Fix some issues found by flake8

2018-08-06 Thread Nicolas Iooss
On Mon, Aug 6, 2018 at 5:05 PM, William Roberts wrote: > > On Sat, Aug 4, 2018 at 12:47 PM, Nicolas Iooss > wrote: >> >> Hi, >> >> I have been working on a script which uses flake8 to discover issues in >> Python code. This led me to discover several issues which are fixed by >> these patches. Di

Re: [PATCH 00/13] Fix some issues found by flake8

2018-08-06 Thread William Roberts
On Sat, Aug 4, 2018 at 12:47 PM, Nicolas Iooss wrote: > Hi, > > I have been working on a script which uses flake8 to discover issues in > Python code. This led me to discover several issues which are fixed by > these patches. Distribution maintainers might be interested in > backporting some of t

[PATCH 00/13] Fix some issues found by flake8

2018-08-04 Thread Nicolas Iooss
Hi, I have been working on a script which uses flake8 to discover issues in Python code. This led me to discover several issues which are fixed by these patches. Distribution maintainers might be interested in backporting some of them (at least patches 5 and 10 and probably the ones which fix usag