From 3fe70363e2f8045d9d3e89ef6587077b8c375f71 Mon Sep 17 00:00:00 2001 From: Markus Hilger Date: Mon, 10 Aug 2026 04:46:08 +0200 Subject: [PATCH] Use latest ruff version --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2150c004..62708ed7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,11 +46,7 @@ jobs: # publishes no moving major tag past v3, so @v4 does not resolve. - uses: astral-sh/ruff-action@v4.1.0 with: - # There is no pyproject.toml for the action to read a version from, - # so pin it here: an unpinned ruff would resolve to `latest` and a - # new release could turn a green branch red on its own. Bump this - # deliberately, together with the rule set in ruff.toml. - version: 0.15.21 + version: latest # Rule selection, file discovery (the many extensionless Python # executables) and exclusions all live in ruff.toml, so the whole # workspace can be handed over as-is.