Skip to content

Commit e679e94

Browse files
committed
fix(make): prepend uv run to ty command
1 parent 4eff8e4 commit e679e94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ format: ## Run formatters
4646

4747
typecheck: ## Run typecheckers
4848
@$(PRINT) "$(YELLOW)Running Python typechecker...$(RESET)"
49-
@ty check
49+
@uv run ty check
5050

5151
quality: lint typecheck format ## Run code quality checks
5252
@$(PRINT) "$(GREEN)✓ All checks completed$(RESET)"

0 commit comments

Comments
 (0)