2023.40.0
Deprecations
- Deprecation:
ruff.args
has been renamed toruff.lint.args
(see: #293). - Deprecation:
ruff.run
has been renamed toruff.lint.run
(see: #293).
The extension will continue to respect the deprecated variants (ruff.args
and ruff.run
), but
they will be removed in a future release.
What's Changed
- Update README.md with black and URLs by @pamelafox in #282
- Expose LSP's format action by @charliermarsh in #287
- allow
enableExperimentalFormatter
to be configured in the workspace by @DetachHead in #290 - Move args and run settings to
lint.args
andlint.run
by @charliermarsh in #292 - Move
args
andrun
settings tolint.args
andlint.run
by @charliermarsh in #293 - Add a
format.args
setting to the VS Code extension by @charliermarsh in #294
New Contributors
- @pamelafox made their first contribution in #282
- @DetachHead made their first contribution in #290
Full Changelog: 2023.38.0...2023.40.0