astral-sh / ruff-vscode

A Visual Studio Code extension with support for the Ruff linter.
Other
956 stars 45 forks source link

Update ruff README badge versions to 0.1.9 #375

Closed kieran-ryan closed 6 months ago

kieran-ryan commented 6 months ago

Summary

Current ruff versions in README badges use 0.1.0...

image image image

...instead of 0.1.9:

image image image

Looks like missed in bump from 0.1.0 to 0.1.2 (#309).

Test Plan

Updated the badges to 0.1.9 and then executed the script to bump the versions.

./scripts/bump_ruff_version.sh 0.1.9 0.1.10

All versions - including those in the README badges - updated successfully.