Update Ruff configuration to exclude tests from linting
Some checks failed
CI/CD Pipeline / test-and-lint (push) Failing after 38s
CI/CD Pipeline / publish-container (push) Has been skipped

This commit is contained in:
unai 2026-02-01 18:49:02 +00:00
parent 128432f679
commit 4bf59efd6f

View File

@ -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