3
0
Fork 0

fix: fix 'redefined-argument-from-local' for pylint

This commit is contained in:
Lance Edgar 2025-08-30 16:06:04 -05:00
parent 38e4ce628d
commit 4f6229e5d9
4 changed files with 16 additions and 15 deletions

View file

@ -3,5 +3,6 @@
[MESSAGES CONTROL]
disable=all
enable=dangerous-default-value,
redefined-argument-from-local,
unspecified-encoding,
unused-import,