Files
TallerCiCd/backend/pyproject.toml
jose-rZM c3f7af7379 Init
2025-12-15 11:42:17 +01:00

8 lines
126 B
TOML

[tool.ruff]
line-length = 100
target-version = "py311"
select = ["E", "F", "I"]
[tool.pytest.ini_options]
pythonpath = ["."]