Formatting and linting

This commit is contained in:
Jack Kingsman
2026-04-01 21:39:59 -07:00
parent 35265d8ae8
commit 80c6cc44e5
3 changed files with 23 additions and 17 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ echo -e "${YELLOW}=== Phase 1: Lint & Format ===${NC}"
echo -ne "${BLUE}[backend lint]${NC} "
cd "$REPO_ROOT"
uv run ruff check app/ tests/ --fix --quiet
uv run ruff format app/ tests/ --check --quiet
uv run ruff format app/ tests/ --quiet
echo -e "${GREEN}Passed!${NC}"
echo -ne "${BLUE}[frontend lint]${NC} "