refactor: unify Telegram delivery and add quality checks
This commit is contained in:
16
pyproject.toml
Normal file
16
pyproject.toml
Normal 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
|
||||
Reference in New Issue
Block a user