Update Ruff format command to fix formatting issues
This commit is contained in:
committed by
GitHub
parent
ece7850ab6
commit
6e54135961
@@ -47,7 +47,7 @@ jobs:
|
||||
run: ruff check app/ tests/
|
||||
|
||||
- name: Run Ruff Format
|
||||
run: ruff format --check app/ tests/
|
||||
run: ruff format --fix --check app/ tests/
|
||||
|
||||
# ══════════════════════════════════════════════════════════════════════════
|
||||
# Stage 2: Tests & Type Checking (run in parallel after lint passes)
|
||||
|
||||
Reference in New Issue
Block a user