Files
face-attendance/pyproject.toml
2026-05-01 21:24:21 +03:30

11 lines
193 B
TOML

[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "-q -p no:cacheprovider"
[tool.ruff]
line-length = 120
target-version = "py311"
[tool.ruff.lint]
select = ["E", "F", "I", "UP", "B"]