harden telegram webapp production readiness
This commit is contained in:
@@ -26,6 +26,9 @@ include = ["app*", "bot*"]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"aiosqlite>=0.20,<1.0",
|
||||
"pytest>=8.0,<9.0",
|
||||
"pytest-asyncio>=0.23,<1.0",
|
||||
"ruff>=0.4,<1.0",
|
||||
]
|
||||
|
||||
@@ -35,3 +38,7 @@ target-version = "py311"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["E", "F", "I", "UP", "B"]
|
||||
ignore = ["B008", "E501", "UP042"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
asyncio_mode = "auto"
|
||||
|
||||
Reference in New Issue
Block a user