v0.0.40
Deprecations
- The
ruff.args
setting has been renamed toruff.lint.args
(#255) - The
ruff.run
setting has been renamed toruff.lint.run
(#255)
What's Changed
- Add a dedicated 'Ruff: Format document' action by @charliermarsh in #252
- Sort code actions by specificity by @MrGreenTea in #245
- Require minimum ruff version by @konstin in #254
- Move args and run settings to
lint.args
andlint.run
by @charliermarsh in #255 - Misc. follow-ups to lint-specific settings by @charliermarsh in #257
- Add a
format.args
setting to the LSP by @charliermarsh in #258
New Contributors
- @WhyNotHugo made their first contribution in #243
- @MrGreenTea made their first contribution in #245
Full Changelog: v0.0.39...v0.0.40