Fix new pylint issues

Disable new checker from pylint 2.9.0: arguments-renamed

Change-Id: Ia061f72705c50df843e6d77ebe4e7d2962adba24
This commit is contained in:
Gregory Thiemonge 2021-07-01 09:50:15 +02:00
parent bc51cb20b1
commit 6bde6cb70f
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ disable=
consider-using-in,
consider-using-set-comprehension,
unnecessary-pass,
useless-object-inheritance
useless-object-inheritance,
arguments-renamed
[BASIC]