ty checking
This commit is contained in:
@@ -25,9 +25,21 @@ packages = ["src/personal_mcp"]
|
||||
dev = [
|
||||
"pre-commit>=4.6.0",
|
||||
"ruff>=0.15.18",
|
||||
"ty>=0.0.51",
|
||||
]
|
||||
test = [
|
||||
"pytest>=9.1.1",
|
||||
"pytest-asyncio>=1.4.0",
|
||||
"pytest-cov>=7.1.0",
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = ["--strict-markers"]
|
||||
markers = [
|
||||
"unit: fast deterministic tests with no external dependencies",
|
||||
"integration: framework or component integration tests",
|
||||
"smoke: thin critical-path checks",
|
||||
]
|
||||
|
||||
[tool.ty.src]
|
||||
include = ["src", "tests"]
|
||||
|
||||
Reference in New Issue
Block a user