Skip to content

Commit 64cc2e3

Browse files
JacobCoffeeclaude
andcommitted
refactor: remove services/api exclusion from ty type checking
Removed the blanket exclusion of `services/api/**/*.py` from ty type checking. Performance testing showed only a 26ms difference (0.125s vs 0.151s), making the "performance" justification invalid. Now all services and packages are type-checked consistently. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 2d00c3b commit 64cc2e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ extra-paths = ["tests/", "packages/byte-common/src/", "packages/byte-common/test
119119

120120
[tool.ty.src]
121121
exclude = [
122-
"services/api/**/*.py",
123122
"docs/conf.py",
124123
"tests/unit/api/test_orm.py",
125124
"tests/unit/bot/**/*.py", # Mock attributes not recognized by ty

0 commit comments

Comments
 (0)