We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uv run
ty
1 parent 4eff8e4 commit e679e94Copy full SHA for e679e94
1 file changed
Makefile
@@ -46,7 +46,7 @@ format: ## Run formatters
46
47
typecheck: ## Run typecheckers
48
@$(PRINT) "$(YELLOW)Running Python typechecker...$(RESET)"
49
- @ty check
+ @uv run ty check
50
51
quality: lint typecheck format ## Run code quality checks
52
@$(PRINT) "$(GREEN)✓ All checks completed$(RESET)"
0 commit comments