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