Fix new pylint issues

Disable new checker from pylint 2.9.0: arguments-renamed

Change-Id: Ia061f72705c50df843e6d77ebe4e7d2962adba24
(cherry picked from commit 6bde6cb70f)
This commit is contained in:
Gregory Thiemonge 2021-07-01 09:50:15 +02:00 committed by Brian Haley
parent 9c362b3ded
commit 5469b7e9a9
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]