excluded tests folder from linting

This commit is contained in:
unai_71 2026-02-01 19:58:58 +01:00
parent d70aee8b10
commit 981d6f4e27

View File

@ -22,7 +22,7 @@ build-backend = "poetry.core.masonry.api"
[tool.ruff] [tool.ruff]
line-length = 88 line-length = 88
target-version = "py314" target-version = "py314"
exclude = ["tests"]
[tool.ruff.lint] [tool.ruff.lint]
# E/F: Errores base, I: Imports (isort), D: Docstrings # E/F: Errores base, I: Imports (isort), D: Docstrings
select = ["E", "F", "I", "D"] select = ["E", "F", "I", "D"]