瀏覽代碼

fix(makefile): correct uv project path for lint target (#25818)

tags/1.9.0
-LAN- 1 月之前
父節點
當前提交
aa69d90489
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Makefile

+ 1
- 1
Makefile 查看文件

@@ -62,7 +62,7 @@ check:

lint:
@echo "🔧 Running ruff format and check with fixes..."
@uv run --directory api --dev sh -c 'ruff format ./api && ruff check --fix ./api'
@uv run --project api --dev sh -c 'ruff format ./api && ruff check --fix ./api'
@echo "✅ Linting complete"

type-check:

Loading…
取消
儲存