3
0
Fork 0

fix: fix 'disallowed-name' for pylint

This commit is contained in:
Lance Edgar 2025-08-30 18:57:27 -05:00
parent 74c3db6e3a
commit 3010c5f435
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@ enable=anomalous-backslash-in-string,
bare-except,
broad-exception-caught,
dangerous-default-value,
disallowed-name,
inconsistent-return-statements,
invalid-name,
redefined-argument-from-local,