We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ff29f0 + 5ad7c13 commit 22d53fbCopy full SHA for 22d53fb
1 file changed
Makefile
@@ -92,7 +92,7 @@ format:
92
93
## Run ty type checker
94
typecheck:
95
- uvx ty check getstream/ $(TY_EXCLUDES)
+ uvx ty@0.0.24 check getstream/ $(TY_EXCLUDES)
96
97
## Run full check: lint + typecheck + non-video tests
98
check: lint typecheck test
0 commit comments