fix: fix 'missing-module-docstring' for pylint
This commit is contained in:
parent
967c7b5948
commit
f01f5911da
2 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,7 @@ enable=anomalous-backslash-in-string,
|
||||||
invalid-name,
|
invalid-name,
|
||||||
line-too-long,
|
line-too-long,
|
||||||
missing-function-docstring,
|
missing-function-docstring,
|
||||||
|
missing-module-docstring,
|
||||||
no-else-return,
|
no-else-return,
|
||||||
redefined-argument-from-local,
|
redefined-argument-from-local,
|
||||||
too-few-public-methods,
|
too-few-public-methods,
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
"""
|
||||||
|
Package Version
|
||||||
|
"""
|
||||||
|
|
||||||
from importlib.metadata import version
|
from importlib.metadata import version
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue