ty checking

This commit is contained in:
John Lancaster
2026-06-21 15:29:57 -05:00
parent c5b7733528
commit 7fec3a4337
12 changed files with 372 additions and 239 deletions
+12
View File
@@ -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"]