3
0
Fork 0

fix: fix 'arguments-renamed' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 11:33:43 -05:00
parent 459c16ba4f
commit 92754a64c4
10 changed files with 72 additions and 37 deletions

View file

@ -2,7 +2,6 @@
[MESSAGES CONTROL]
disable=fixme,
arguments-renamed,
attribute-defined-outside-init,
duplicate-code,
no-member,