From 2d546826646591dd052db8f7cc72181524958c8a Mon Sep 17 00:00:00 2001 From: Joscha Date: Fri, 29 Aug 2025 18:12:43 +0200 Subject: [PATCH] Enable more lints --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01aa428..73bde64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,5 +7,5 @@ requires-python = ">=3.11" dependencies = [] [tool.ruff.lint] -select = ["RUF"] +select = ["RUF", "F"] preview = true