3
0
Fork 0

fix: fix 'no-else-return' for pylint

This commit is contained in:
Lance Edgar 2025-08-30 19:11:01 -05:00
parent 6ac1cacdb3
commit e845c66d86
4 changed files with 16 additions and 16 deletions

View file

@ -12,6 +12,7 @@ enable=anomalous-backslash-in-string,
empty-docstring,
inconsistent-return-statements,
invalid-name,
no-else-return,
redefined-argument-from-local,
too-few-public-methods,
trailing-whitespace,