From 4ab0a575b7b9439c219e60d3768424d2dc6af40a Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 10 Jun 2024 09:35:12 +0200 Subject: [PATCH] pyproject/ruff --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ac386d1..2c1938b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,3 +30,6 @@ requires-python = '>= 3.10' [tool.hatch.version] path = 'rwx/__init__.py' + +[tool.ruff] +select = ["ALL"]