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