3
0
Fork 0

fix: fix 'invalid-name' for pylint

This commit is contained in:
Lance Edgar 2025-08-30 18:46:06 -05:00
parent a79f80b808
commit 3137f0a3da
3 changed files with 5 additions and 4 deletions

View file

@ -5,6 +5,7 @@ disable=all
enable=anomalous-backslash-in-string,
dangerous-default-value,
inconsistent-return-statements,
invalid-name,
redefined-argument-from-local,
unspecified-encoding,
unused-argument,