From ce62a934d8e5b42d2cb587f1d5817251b40f8032 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 1 Feb 2025 00:45:13 +0100 Subject: [PATCH] =?UTF-8?q?=E2=88=92pyproject/tool?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 13 ------------- 1 file changed, 13 deletions(-) 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"]