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