uv add ruff --dev

pull/22785/head
Asuka Minato 10 months ago
parent e3b0eb96aa
commit 017946af7c

@ -15,6 +15,7 @@ jobs:
# Use uv to ensure we have the same ruff version in CI and locally. # 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 # Fix lint errors
- run: uv run ruff check --fix-only . - run: uv run ruff check --fix-only .
# Format code # Format code

Loading…
Cancel
Save