From 6e54135961e6ad60b4fc656766c1385c42b10b72 Mon Sep 17 00:00:00 2001 From: Christian Krakau-Louis Date: Fri, 13 Feb 2026 21:07:49 +0100 Subject: [PATCH] Update Ruff format command to fix formatting issues --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8ec6396..6afab73a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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)