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