fix: fix 'missing-function-docstring' for pylint
This commit is contained in:
parent
baa291f289
commit
967c7b5948
3 changed files with 17 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue