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

This commit is contained in:
Lance Edgar 2025-09-01 14:51:13 -05:00
parent 1374910d65
commit b2beeb4df3
12 changed files with 33 additions and 23 deletions

View file

@ -15,5 +15,3 @@ disable=fixme,
implicit-str-concat,
inconsistent-return-statements,
invalid-name,
missing-class-docstring,
missing-function-docstring,