Skip to content

2023.44.0

Compare
Choose a tag to compare
@charliermarsh charliermarsh released this 24 Oct 16:17
· 128 commits to main since this release
42e4655

Highlights

This release includes full support for using Ruff as a Python formatter via Ruff's ruff format
command.

You can configure Ruff to format Python code by marking it as your default formatter in VS Code's
settings.json:

{
  "[python]": {
    "editor.formatOnSave": true,
    "editor.defaultFormatter": "charliermarsh.ruff"
  }
}

What's Changed

Full Changelog: 2023.42.0...2023.44.0