pyproject/pydoclint

This commit is contained in:
Marc Beninca 2024-09-15 15:03:31 +02:00
parent 725bf8b981
commit b112043e10
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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