Re: [PATCH 02/11] python: Remove global pylint suppressions

2021-06-28 Thread Wainer dos Santos Moschetta
On 6/25/21 12:45 PM, John Snow wrote: These suppressions only apply to a small handful of places. Instead of disabling them globally, disable them just in the cases where we need. The design of the machine class grew quite organically with tons of constructor and class instance variables -- the

Re: [PATCH 02/11] python: Remove global pylint suppressions

2021-06-25 Thread Willian Rampazzo
On Fri, Jun 25, 2021 at 12:46 PM John Snow wrote: > > These suppressions only apply to a small handful of places. Instead of > disabling them globally, disable them just in the cases where we > need. The design of the machine class grew quite organically with tons > of constructor and class instan

[PATCH 02/11] python: Remove global pylint suppressions

2021-06-25 Thread John Snow
These suppressions only apply to a small handful of places. Instead of disabling them globally, disable them just in the cases where we need. The design of the machine class grew quite organically with tons of constructor and class instance variables -- there's little chance of meaningfully refacto