Releases: astral-sh/ruff-vscode
2024.16.0
What's Changed
- Bump Ruff version to v0.3.1 by @charliermarsh in #423
Full Changelog: 2024.14.0...2024.16.0
2024.14.0
2024.12.0
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
2024.10.0
What's Changed
This release includes support for "Format Selection" (i.e., the ability to format specific lines
within a source file) for Ruff v0.2.1 and later.
Full Changelog: 2024.8.0...2024.10.0
2024.8.0
What's Changed
This release upgrades the bundled Ruff version to v0.2.0.
Full Changelog: 2024.6.0...2024.8.0
2024.6.0
What's Changed
- Remove unnecessary indentation in
ruff.ignoreStandardLibrary
inpackage.json
by @yaegassy in #398 - Use publicly available Apple Silicon runners by @charliermarsh in #399
- Bump version to 2024.6.0 by @charliermarsh in #400
Full Changelog: 2024.4.0...2024.6.0
2024.4.0
Highlights
This release upgrades the bundled Ruff version to v0.1.14 and adds two additional settings
to the extension:
ruff.lint.enable
: Defaults totrue
. Set tofalse
to use Ruff for formatting exclusively.ruff.ignoreStandardLibrary
: Defaults totrue
. Set tofalse
to disable the extension's
standard library exclusion logic.
What's Changed
- Allow opt-out of standard library detection by @charliermarsh in #395
- Add support for using the extension exclusively for formatting by @charliermarsh in #394
- Bump version to 2024.4.0 by @charliermarsh in #396
- Fix typo in README by @charliermarsh in #397
Full Changelog: 2024.2.0...2024.4.0
2024.2.0
What's Changed
- Amend
notebook.source
actions on save recommendation by @blakeNaccarato in #380 - Bump version to 2024.1.0-dev by @charliermarsh in #388
- Include Alpine in target platforms by @charliermarsh in #387
- Bump version to 2024.2.0 by @charliermarsh in #390
New Contributors
- @blakeNaccarato made their first contribution in #380
Full Changelog: 2024.0.0...2024.2.0
2024.0.0
What's Changed
- Update ruff README badge versions to 0.1.9 by @kieran-ryan in #375
- Bump version to 2024.0.0 by @charliermarsh in #378
- Recommend
notebook.source
actions on save by @charliermarsh in #379 - Update README.md with example for using
ruff.args
insettings.json
by @simkimsia in #283
New Contributors
- @simkimsia made their first contribution in #283
Full Changelog: 2023.60.0...2024.0.0
2023.60.0
What's Changed
- Exclude scripts directory from extension bundle by @kieran-ryan in #373
- Bump version to 2023.60.0 by @charliermarsh in #374
New Contributors
- @kieran-ryan made their first contribution in #373
Full Changelog: 2023.58.0...2023.60.0