diff --git a/pyproject.toml b/pyproject.toml index 436119b..7a3d9c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]