diff --git a/pyproject.toml b/pyproject.toml index b22452f..01aa428 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,3 +5,7 @@ description = "Python-based Arch System Config Helper" readme = "README.md" requires-python = ">=3.11" dependencies = [] + +[tool.ruff.lint] +select = ["RUF"] +preview = true