Files
Magent/pyproject.toml
Assclaw f852e7c941
Magent CI/CD / verify (push) Failing after 9m34s
Magent CI/CD / deploy-beta (push) Skipped
chore: standardize security and quality foundations
2026-09-17 20:03:47 +12:00

16 lines
246 B
TOML

[tool.ruff]
target-version = "py314"
line-length = 120
[tool.ruff.lint]
select = ["E4", "E7", "E9", "F"]
[tool.coverage.run]
branch = true
source = ["backend/app"]
[tool.coverage.report]
show_missing = true
skip_covered = true
fail_under = 45