Skip to content

2024.12.0

Compare
Choose a tag to compare
@charliermarsh charliermarsh released this 20 Feb 18:40
· 102 commits to main since this release
48824cb

What's Changed

This release upgrades the bundled Ruff version to v0.2.2.

As of v0.2.2, Ruff now accepts configuration for arbitrary settings on command-line arguments via
the --config flag, which in turn allows for configuration arbitrary settings within the VS Code
extension.

For example, to set Ruff's lint.isort.combine-as-imports setting to false, add the following to
your settings.json:

{
  "ruff.lint.args": ["--config", "lint.isort.combine-as-imports=false"]
}

New Contributors

Full Changelog: 2024.10.0...2024.12.0