pyproject/pydoclint
This commit is contained in:
parent
725bf8b981
commit
b112043e10
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@ requires-python = ">= 3.11"
|
|||
[tool.hatch.version]
|
||||
path = "spcd/__init__.py"
|
||||
|
||||
[tool.pydoclint]
|
||||
allow-init-docstring = true
|
||||
skip-checking-short-docstrings = false
|
||||
style = "sphinx"
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 80
|
||||
|
||||
|
|
Loading…
Reference in a new issue