mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 23:10:48 +08:00
fix(makefile): correct uv project path for lint target (#25818)
This commit is contained in:
parent
4ba1292455
commit
aa69d90489
2
Makefile
2
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…
Reference in New Issue
Block a user