Skip to content

Commit

Permalink
Fix parsing of Ruff version tag now that v is omitted (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jun 27, 2024
1 parent 3b6166b commit 0a66a86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/astral-sh/ruff/releases/latest \
| jq '.tag_name' --raw-output \
| cut -c2- \
)
# Get the oldest supported version from the pyproject.toml
OLDEST=$(rg -No '"ruff>=(.*)"' -r '$1' pyproject.toml)
Expand Down

0 comments on commit 0a66a86

Please sign in to comment.