Преглед изворни кода

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…
Откажи
Сачувај