Ruff-lsp

Latest version: v0.0.57

Safety actively analyzes 666166 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 9

0.0.33

What's Changed
* Bump platformdirs from 3.5.3 to 3.6.0 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/159
* Bump importlib-metadata from 6.6.0 to 6.7.0 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/160
* Bump pluggy from 1.0.0 to 1.1.0 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/161
* Show documentation in LSP output by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/163


**Full Changelog**: https://github.com/astral-sh/ruff-lsp/compare/v0.0.32...v0.0.33

0.0.32

What's Changed
* Enable `QuickFix` actions to be selectively disabled by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/157
* Bump version to 0.0.32 by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/158


**Full Changelog**: https://github.com/astral-sh/ruff-lsp/compare/v0.0.31...v0.0.32

0.0.31

What's Changed
* Add issue and PR templates by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/150
* Pull in updates to extension template by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/151
* Fix canonical URLs by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/153
* Refactor LSP server to use coroutines via `asyncio` by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/152
* Optimize newline handling in LSP server by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/154
* Remove normalizing newline for source document by dhruvmanila in https://github.com/astral-sh/ruff-lsp/pull/155
* Bump version to 0.0.31 by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/156


**Full Changelog**: https://github.com/astral-sh/ruff-lsp/compare/v0.0.30...v0.0.31

0.0.30

What's Changed
* Add badges to README by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/139
* Remove duplicated Astral badge by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/140
* Bump typeguard from 3.0.2 to 4.0.0 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/138
* Fix `source.fixAll.ruff` evaluation by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/141
* Remove deep copies by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/142
* Remove `is_stdin` behavior by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/143
* Add Kate editor to README by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/144
* Automatically ignore unsupported command-line arguments by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/145
* Add a 'run' setting to only run Ruff on-save by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/146
* Add a `TypedDict` for LSP settings by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/147
* Bump version to 0.0.30 by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/148
* Remove unused `showNotification` setting by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/149


**Full Changelog**: https://github.com/astral-sh/ruff-lsp/compare/v0.0.29...v0.0.30

0.0.29

What's Changed
* Restore newline normalization by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/137


**Full Changelog**: https://github.com/astral-sh/ruff-lsp/compare/v0.0.28...v0.0.29

0.0.28

What's Changed
* Switch to pytest by konstin in https://github.com/astral-sh/ruff-lsp/pull/113
* Bump ruff from 0.0.267 to 0.0.269 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/115
* Bump black from 22.12.0 to 23.3.0 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/118
* Bump typeguard from 3.0.2 to 4.0.0 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/117
* Bump typing-extensions from 4.5.0 to 4.6.0 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/120
* Bump typing-extensions from 4.6.0 to 4.6.1 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/121
* Bump ruff from 0.0.269 to 0.0.270 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/122
* Bump typing-extensions from 4.6.1 to 4.6.2 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/124
* Add hidden-by-default ruff.applyFormat command by konstin in https://github.com/astral-sh/ruff-lsp/pull/114
* Bump cattrs from 22.2.0 to 23.1.1 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/125
* Bump typing-extensions from 4.6.2 to 4.6.3 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/126
* Bump cattrs from 23.1.1 to 23.1.2 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/127
* Use `get` instead of indexing incase key is absent by dhruvmanila in https://github.com/astral-sh/ruff-lsp/pull/129
* Bump platformdirs from 3.5.1 to 3.5.3 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/132
* Bump pytest from 7.3.1 to 7.3.2 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/133
* Bump minimum Ruff version by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/135
* Bump version to 0.0.28 by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/136

New Contributors
* konstin made their first contribution in https://github.com/astral-sh/ruff-lsp/pull/113
* dhruvmanila made their first contribution in https://github.com/astral-sh/ruff-lsp/pull/129

**Full Changelog**: https://github.com/astral-sh/ruff-lsp/compare/v0.0.27...v0.0.28

Page 5 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.