pydoclint
This commit is contained in:
parent
2ce78087c4
commit
a5d8c67260
1 changed files with 9 additions and 0 deletions
9
sh/lint/pydoclint.sh
Normal file
9
sh/lint/pydoclint.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
rwx_pydoclint() {
|
||||
local path="${1}"
|
||||
pydoclint \
|
||||
--allow-init-docstring True \
|
||||
--quiet \
|
||||
--skip-checking-short-docstrings False \
|
||||
--style "sphinx" \
|
||||
"${path}"
|
||||
}
|
Loading…
Add table
Reference in a new issue