Releases: astral-sh/ruff-vscode
Releases · astral-sh/ruff-vscode
2022.0.26
Full Changelog: 2022.0.25...2022.0.26
2022.0.25
What's Changed
- Migrate to ruff-lsp by @charliermarsh in #75
- Simplify some TypeScript code by @charliermarsh in #77
- Upgrade ruff-lsp to v0.0.8 by @charliermarsh in #79
Full Changelog: 2022.0.24...2022.0.25
2022.0.24
What's Changed
- Add docs on replacing Black et al by @charliermarsh in #66
- Skip JSON RPC abstraction for cross-interpreter calls by @charliermarsh in #67
- Remove mypy.ini by @charliermarsh in #68
- Clarify Black + Ruff compatibility in README by @charliermarsh in #69
- Show check summary when hovering on checkcode in noqa comment by @harupy in #26
- Bump Ruff version to 0.0.190 by @charliermarsh in #74
Full Changelog: 2022.0.23...2022.0.24
2022.0.23
What's Changed
- Modify settings logic to match isort plugin by @charliermarsh in #60
- Remove severity from default settings by @charliermarsh in #62
- Bump Ruff version to 0.0.185 by @charliermarsh in #63
- Add
ruff-lsp
to README by @charliermarsh in #64
Full Changelog: 2022.0.22...2022.0.23
2022.0.22
What's Changed
- Fix 'Exception ignored in atexit callback' in jsonrpc by @eddyg in #54
- Mark unused imports and local variables as unnecessary by @charliermarsh in #55
- Bump Ruff version to 0.0.182 by @charliermarsh in #57
New Contributors
Full Changelog: 2022.0.21...2022.0.22
2022.0.21
What's Changed
- Bump Ruff version to 0.0.165 by @charliermarsh in #52
Full Changelog: 2022.0.20...2022.0.21
2022.0.20
What's Changed
- Bump default line length by @charliermarsh in #46
- Enable CI by @charliermarsh in #47
- Delay import of typing_extensions by @charliermarsh in #49
Full Changelog: 2022.0.19...2022.0.20
2022.0.19
What's Changed
- Restore Python 3.7 compatibility by @charliermarsh in #44
- Bump version to 2022.0.19 by @charliermarsh in #45
Full Changelog: 2022.0.18...2022.0.19
2022.0.18
What's Changed
- Enable
ruff: Organize Imports
action by @charliermarsh in #32 - Bump Ruff version to 0.0.149 by @charliermarsh in #33
- Fix failing lint test by @charliermarsh in #34
- Fix mypy by @charliermarsh in #35
- Remove pylint ignore directives by @charliermarsh in #36
- Add name and version to LanguageServer by @charliermarsh in #38
- Upgrade to pygls==1.0.0a3 by @charliermarsh in #37
- Bump Ruff version to 0.0.150 by @charliermarsh in #40
- Implement code actions for Ruff autofix by @charliermarsh in #39
- Update noxfile and fix lint errors by @charliermarsh in #41
- Add diagnostic code to Quickfix by @charliermarsh in #42
Full Changelog: 2022.0.17...2022.0.18
2022.0.17
Fix dist path for OpenVSX