3
0
Fork 0

fix: fix 'inconsistent-return-statements' for pylint

This commit is contained in:
Lance Edgar 2025-08-30 16:36:52 -05:00
parent 4f6229e5d9
commit 2fcff6b2a4
16 changed files with 43 additions and 9 deletions

View file

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