2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-09-05 04:27:56 +00:00

Use latest ruff version

This commit is contained in:
Markus Hilger
2026-08-10 04:46:08 +02:00
parent dc141d8a08
commit 3fe70363e2
+1 -5
View File
@@ -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.