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"]