3
0
Fork 0

fix: fix 'missing-function-docstring' for pylint

This commit is contained in:
Lance Edgar 2025-08-30 20:19:26 -05:00
parent baa291f289
commit 967c7b5948
3 changed files with 17 additions and 8 deletions

View file

@ -18,6 +18,7 @@ enable=anomalous-backslash-in-string,
inconsistent-return-statements,
invalid-name,
line-too-long,
missing-function-docstring,
no-else-return,
redefined-argument-from-local,
too-few-public-methods,