Re: [PATCH v5 02/16] python: Reduce strictness of pylint's duplicate-code check

2021-06-05 Thread Vladimir Sementsov-Ogievskiy
04.06.2021 12:17, Emanuele Giuseppe Esposito wrote: From: John Snow Pylint prior to 2.8.3 (We pin at >= 2.8.0) includes function and method signatures as part of its duplicate checking algorithm. This check does not listen to pragmas, so the only way to disable it is to turn it off completely or

[PATCH v5 02/16] python: Reduce strictness of pylint's duplicate-code check

2021-06-04 Thread Emanuele Giuseppe Esposito
From: John Snow Pylint prior to 2.8.3 (We pin at >= 2.8.0) includes function and method signatures as part of its duplicate checking algorithm. This check does not listen to pragmas, so the only way to disable it is to turn it off completely or increase the minimum duplicate lines so that it does