refactor: unify Telegram delivery and add quality checks
Some checks failed
quality / test (3.10) (push) Has been cancelled
quality / test (3.12) (push) Has been cancelled

This commit is contained in:
kandrusyak
2026-07-27 17:54:25 +03:00
parent c20d893255
commit 701cdd35d2
14 changed files with 123 additions and 82 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[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