3
0
Fork 0

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

This commit is contained in:
Lance Edgar 2025-09-01 10:59:58 -05:00
parent 2624f9dce8
commit 07e90229ce
18 changed files with 72 additions and 44 deletions

View file

@ -8,8 +8,6 @@ disable=fixme,
consider-using-generator,
duplicate-code,
keyword-arg-before-vararg,
missing-function-docstring,
missing-module-docstring,
no-member,
too-many-locals,
too-many-nested-blocks,