From 017946af7c92a7af965416a129eee5043f00d938 Mon Sep 17 00:00:00 2001 From: Asuka Minato Date: Tue, 22 Jul 2025 18:26:58 +0900 Subject: [PATCH] uv add ruff --dev --- .github/workflows/autofix.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index d864f287bd..c094443c69 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -14,7 +14,8 @@ jobs: - uses: actions/checkout@v4 # Use uv to ensure we have the same ruff version in CI and locally. - - uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f + - uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f + - run: uv add ruff --dev # Fix lint errors - run: uv run ruff check --fix-only . # Format code