3
0
Fork 0

fix: fix 'empty-docstring' for pylint

This commit is contained in:
Lance Edgar 2025-08-31 20:41:53 -05:00
parent fdeb0eeeb2
commit 8b905289de
22 changed files with 157 additions and 139 deletions

View file

@ -3,6 +3,7 @@
[MESSAGES CONTROL]
disable=all
enable=
empty-docstring,
inconsistent-return-statements,
no-else-return,
too-many-branches,