Files
SigHej/backend/pyproject.toml

12 lines
181 B
TOML
Raw Normal View History

2026-05-12 18:21:25 +02:00
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]
pythonpath = ["."]
[tool.ruff]
line-length = 100
[tool.ruff.lint]
select = ["E", "F", "I"]
ignore = ["E501"]