3
0
Fork 0

fix: fix 'empty-docstring' for pylint

This commit is contained in:
Lance Edgar 2025-08-30 19:03:22 -05:00
parent 3010c5f435
commit 99e6b98627
6 changed files with 24 additions and 23 deletions

View file

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