3
0
Fork 0

fix: fix 'arguments-differ' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 11:21:44 -05:00
parent e123b12cd9
commit 459c16ba4f
5 changed files with 13 additions and 6 deletions

View file

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