mirror of
https://github.com/Sun-ZhenXing/mcp-template-python.git
synced 2026-05-06 22:18:58 +00:00
feat: add blockbuster & fix docker
This commit is contained in:
@@ -33,9 +33,14 @@ select = ["E4", "E7", "E9", "F", "TID"]
|
||||
[tool.ruff.lint.flake8-tidy-imports]
|
||||
ban-relative-imports = "parents"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
asyncio_mode = "auto"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"blockbuster>=1.5.26",
|
||||
"pytest>=9.0.3",
|
||||
"pytest-asyncio>=1.3.0",
|
||||
"ruff>=0.12.7",
|
||||
"ty>=0.0.15",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user