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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user