Files
kandrusyak_bot/pyproject.toml
kandrusyak 701cdd35d2
Some checks failed
quality / test (3.10) (push) Has been cancelled
quality / test (3.12) (push) Has been cancelled
refactor: unify Telegram delivery and add quality checks
2026-07-27 17:54:25 +03:00

17 lines
277 B
TOML

[tool.ruff]
target-version = "py310"
line-length = 100
extend-exclude = [".agents"]
[tool.ruff.lint]
select = ["E4", "E7", "E9", "F"]
[tool.coverage.run]
branch = true
source = ["assistant_bot"]
[tool.coverage.report]
fail_under = 60
show_missing = true
skip_covered = true