Update Ruff format command to fix formatting issues

This commit is contained in:
Christian Krakau-Louis
2026-02-13 21:07:49 +01:00
committed by GitHub
parent ece7850ab6
commit 6e54135961
+1 -1
View File
@@ -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)