Releases: astral-sh/ruff-lsp
Releases · astral-sh/ruff-lsp
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
v0.0.39
What's Changed
- Bump pytest from 7.4.0 to 7.4.1 by @dependabot in #236
- Bump build from 1.0.0 to 1.0.3 by @dependabot in #239
- Bump pytest from 7.4.1 to 7.4.2 by @dependabot in #240
- Bump version to 0.0.39 with Ruff 0.0.288 by @zanieb in #242
Full Changelog: v0.0.38...v0.0.39
v0.0.38
What's Changed
- Bump wheel from 0.41.1 to 0.41.2 by @dependabot in #223
- Bump ruff from 0.0.285 to 0.0.286 by @dependabot in #225
- Bump ruff from 0.0.286 to 0.0.287 by @charliermarsh in #228
- Bump lsprotocol from 2023.0.0a2 to 2023.0.0a3 by @dependabot in #227
- Downgrade typeguard to 3.0.2 by @charliermarsh in #229
- Use
ruff format
(alpha) command for formatting by @charliermarsh in #230 - Add --force-exclude and --quiet to ruff format by @charliermarsh in #232
- Rename
RUFF_BETA_INTERNAL
toRUFF_EXPERIMENTAL_FORMATTER
by @charliermarsh in #233 - Bump version to 0.0.38 by @charliermarsh in #234
Full Changelog: v0.0.37...v0.0.38
v0.0.37
v0.0.36
What's Changed
- Fix
CODE_REGEX
by @harupy in #196 - Fix format command by @MichaReiser in #200
- Bump ruff to 0.0.285 by @dependabot in #221
- Many additional dependency versions were bumped
New Contributors
Full Changelog: v0.0.35...v0.0.36
v0.0.35
What's Changed
- Bump Ruff version to 0.0.274 by @charliermarsh in #165
Full Changelog: v0.0.34...v0.0.35
v0.0.34
v0.0.33
What's Changed
- Bump platformdirs from 3.5.3 to 3.6.0 by @dependabot in #159
- Bump importlib-metadata from 6.6.0 to 6.7.0 by @dependabot in #160
- Bump pluggy from 1.0.0 to 1.1.0 by @dependabot in #161
- Show documentation in LSP output by @charliermarsh in #163
Full Changelog: v0.0.32...v0.0.33
v0.0.32
What's Changed
- Enable
QuickFix
actions to be selectively disabled by @charliermarsh in #157 - Bump version to 0.0.32 by @charliermarsh in #158
Full Changelog: v0.0.31...v0.0.32
v0.0.31
What's Changed
- Add issue and PR templates by @charliermarsh in #150
- Pull in updates to extension template by @charliermarsh in #151
- Fix canonical URLs by @charliermarsh in #153
- Refactor LSP server to use coroutines via
asyncio
by @charliermarsh in #152 - Optimize newline handling in LSP server by @charliermarsh in #154
- Remove normalizing newline for source document by @dhruvmanila in #155
- Bump version to 0.0.31 by @charliermarsh in #156
Full Changelog: v0.0.30...v0.0.31