−pyproject/tool

This commit is contained in:
Marc Beninca 2025-02-01 00:45:13 +01:00
parent 75628cac57
commit ce62a934d8
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -30,16 +30,3 @@ requires-python = ">= 3.11"
[tool.hatch.version]
path = "rwx/__init__.py"
[tool.pydoclint]
allow-init-docstring = true
quiet = true
skip-checking-short-docstrings = false
style = "sphinx"
[tool.ruff]
line-length = 80
[tool.ruff.lint]
ignore = ["D203", "D213", "COM812", "ISC001"]
select = ["ALL"]