Skip to content

2024.24.0

Compare
Choose a tag to compare
@charliermarsh charliermarsh released this 31 May 23:19
· 68 commits to main since this release
d90b889

What's Changed

This release upgrades the bundled Ruff version to v0.4.7, which includes a number of bug fxies
and improvements to ruff server.

To start using ruff server, add the following to your settings.json:

{
  "ruff.nativeServer": true
}

Or see the README
for more.

Full Changelog: 2024.22.0...2024.24.0