Re: [PATCH 07/37] qapi: add pylintrc

2020-09-17 Thread John Snow
On 9/17/20 3:58 AM, Markus Armbruster wrote: We don't care if import statements are similar to those in other files. It's uninteresting entirely. (It matches on from typing import ... that exceed four lines, which I do regularly by the end of the series.) What about something like #

Re: [PATCH 07/37] qapi: add pylintrc

2020-09-17 Thread Markus Armbruster
John Snow writes: > On 9/16/20 8:30 AM, Markus Armbruster wrote: >> John Snow writes: >> >>> Add a skeleton pylintrc file. Right now, it ignores quite a few things. >>> Files will be removed from the known-bad list throughout this and >>> following series as they are repaired. >>> >>> Note:

Re: [PATCH 07/37] qapi: add pylintrc

2020-09-16 Thread John Snow
On 9/16/20 8:30 AM, Markus Armbruster wrote: John Snow writes: Add a skeleton pylintrc file. Right now, it ignores quite a few things. Files will be removed from the known-bad list throughout this and following series as they are repaired. Note: Normally, pylintrc would go in the folder

Re: [PATCH 07/37] qapi: add pylintrc

2020-09-16 Thread Markus Armbruster
John Snow writes: > Add a skeleton pylintrc file. Right now, it ignores quite a few things. > Files will be removed from the known-bad list throughout this and > following series as they are repaired. > > Note: Normally, pylintrc would go in the folder above the module, but as > that folder is

[PATCH 07/37] qapi: add pylintrc

2020-09-15 Thread John Snow
Add a skeleton pylintrc file. Right now, it ignores quite a few things. Files will be removed from the known-bad list throughout this and following series as they are repaired. Note: Normally, pylintrc would go in the folder above the module, but as that folder is shared by many things, it is