fix: fix 'empty-docstring' for pylint
This commit is contained in:
parent
3010c5f435
commit
99e6b98627
6 changed files with 24 additions and 23 deletions
|
@ -7,6 +7,7 @@ enable=anomalous-backslash-in-string,
|
|||
broad-exception-caught,
|
||||
dangerous-default-value,
|
||||
disallowed-name,
|
||||
empty-docstring,
|
||||
inconsistent-return-statements,
|
||||
invalid-name,
|
||||
redefined-argument-from-local,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue