From 48b171d5193f09fc7ded875c7491da98bc1abc8e Mon Sep 17 00:00:00 2001 From: Joscha Date: Tue, 26 Aug 2025 20:15:49 +0200 Subject: [PATCH] Enable more lints --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) 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