Deprecations
- The
ruff.argssetting has been renamed toruff.lint.args(#255) - The
ruff.runsetting 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.argsandlint.runby @charliermarsh in #255 - Misc. follow-ups to lint-specific settings by @charliermarsh in #257
- Add a
format.argssetting 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