Re: [PATCH RFC 04/32] python/qemu/lib: delint, add pylintrc

2020-05-26 Thread Philippe Mathieu-Daudé
On 5/14/20 7:53 AM, John Snow wrote: > Bring our these files up to speed with pylint 2.5.0. > Add a pylintrc file to formalize which pylint subset > we are targeting. > > The similarity ignore is there to suppress similarity > reports across imports, which for typing constants, > are going to trig

[PATCH RFC 04/32] python/qemu/lib: delint, add pylintrc

2020-05-13 Thread John Snow
Bring our these files up to speed with pylint 2.5.0. Add a pylintrc file to formalize which pylint subset we are targeting. The similarity ignore is there to suppress similarity reports across imports, which for typing constants, are going to trigger this report erroneously. Signed-off-by: John S