diff --git a/pyproject.toml b/pyproject.toml index c812d5a..6cd1cc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,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 select = ["E", "F", "I", "D"]