fix: fix 'missing-function-docstring' and 'missing-module-docstring' for pylint
This commit is contained in:
parent
2624f9dce8
commit
07e90229ce
18 changed files with 72 additions and 44 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue