Re: [PATCH v2 06/38] qapi: delint using flake8

2020-09-23 Thread Cleber Rosa
On Tue, Sep 22, 2020 at 05:00:29PM -0400, John Snow wrote: > Petty style guide fixes and line length enforcement. Not a big win, not > a big loss, but flake8 passes 100% on the qapi module, which gives us an > easy baseline to enforce hereafter. > > A note on the flake8 exception: flake8 will war

Re: [PATCH v2 06/38] qapi: delint using flake8

2020-09-22 Thread Eduardo Habkost
On Tue, Sep 22, 2020 at 05:00:29PM -0400, John Snow wrote: > Petty style guide fixes and line length enforcement. Not a big win, not > a big loss, but flake8 passes 100% on the qapi module, which gives us an > easy baseline to enforce hereafter. > > A note on the flake8 exception: flake8 will war