From 4bf59efd6f35c7d2aa6ac6bba26d50074886b7f9 Mon Sep 17 00:00:00 2001 From: unai Date: Sun, 1 Feb 2026 18:49:02 +0000 Subject: [PATCH] Update Ruff configuration to exclude tests from linting --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2cd7543..9870a68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ build-backend = "poetry.core.masonry.api" [tool.ruff] line-length = 88 target-version = "py314" +exclude = ["tests"] [tool.ruff.lint] # E/F: Errores base, I: Imports (isort), D: Docstrings