Sfoglia il codice sorgente

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

tags/1.9.0
-LAN- 1 mese fa
parent
commit
aa69d90489
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Vedi File

@@ -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…
Annulla
Salva