From 1ba3dedef652cb0529534efe795993a84e22b81b Mon Sep 17 00:00:00 2001 From: Michael Sherman Date: Mon, 13 Jan 2025 14:30:39 -0600 Subject: [PATCH] update ruff output format --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0ae83a3..30f3e9a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,4 +8,4 @@ jobs: with: python-version: '3.10' - run: pip install ruff - - run: ruff check + - run: ruff check --output-format=github .