From 7d0ffb8a656260c229607d3df197344293ab3630 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 12 Jun 2024 14:45:30 +0200 Subject: [PATCH] ruff/lint --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccd0aa1..a9f4af7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,5 +31,6 @@ requires-python = ">= 3.10" [tool.hatch.version] path = "rwx/__init__.py" -[tool.ruff] +[tool.ruff.lint] +ignore = ["COM812", "D203", "D213", "ISC001"] select = ["ALL"]