Ruff-lsp

Latest version: v0.0.58

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

Scan your dependencies

Page 3 of 10

0.0.46

What's Changed
* Always write empty fixes on Ruff >= 0.1.6 by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/319
* Add required imports when organizing imports by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/321
* Bump lsprotocol from 2023.0.0b1 to 2023.0.0 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/322
* Bump ruff from 0.1.5 to 0.1.6 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/324
* Bump pygls from 1.1.2 to 1.2.0 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/323
* Bump exceptiongroup from 1.1.3 to 1.2.0 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/326
* Bump wheel from 0.41.3 to 0.42.0 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/327
* Bump pygls from 1.2.0 to 1.2.1 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/329
* Bump ruff from 0.1.6 to 0.1.7 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/333
* Bump version to 0.0.46 by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/340


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

0.0.45

What's Changed
* Avoid writing empty source on excluded files by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/317
* Bump version to v0.0.45 by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/318


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

0.0.44

What's Changed
* Avoid removing all contents when formatting file with syntax error by zanieb in https://github.com/astral-sh/ruff-lsp/pull/314
* Bump version to v0.0.44 by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/315


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

0.0.43

What's Changed
* Bump pytest from 7.4.2 to 7.4.3 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/296
* Bump ruff from 0.1.2 to 0.1.3 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/298
* Bump pygls from 1.1.1 to 1.1.2 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/302
* Bump wheel from 0.41.2 to 0.41.3 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/301
* feat(ci): add `cache-dependency-path` by SauravMaheshkar in https://github.com/astral-sh/ruff-lsp/pull/306
* Bump ruff from 0.1.3 to 0.1.4 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/309
* Fix exclusive rules selection for `only` arg by dhruvmanila in https://github.com/astral-sh/ruff-lsp/pull/310
* Add support for Jupyter Notebook by dhruvmanila in https://github.com/astral-sh/ruff-lsp/pull/264
* Bump ruff from 0.1.4 to 0.1.5 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/312
* Add Jupyter Notebook section in README by dhruvmanila in https://github.com/astral-sh/ruff-lsp/pull/307
* Bump version to v0.0.43 by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/313

New Contributors
* SauravMaheshkar made their first contribution in https://github.com/astral-sh/ruff-lsp/pull/306

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

0.0.42

Highlights

**`ruff-lsp` now supports Python formatting via Ruff's `ruff format` command.**

What's Changed
* Drop `-dev` suffix from 3.12 in CI by zanieb in https://github.com/astral-sh/ruff-lsp/pull/281
* Fix failing test for latest Ruff version by dhruvmanila in https://github.com/astral-sh/ruff-lsp/pull/284
* Bump ruff from 0.0.292 to 0.1.0 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/285
* Bump ruff from 0.1.0 to 0.1.1 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/287
* Show ruff version on test start by zanieb in https://github.com/astral-sh/ruff-lsp/pull/289
* Run tests against the main branch of Ruff by zanieb in https://github.com/astral-sh/ruff-lsp/pull/286
* Remove experimental formatter flag by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/292
* Add formatter to README by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/251
* Bump version to v0.0.42 by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/294

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

0.0.41

What's Changed
* Bump pygls from 1.0.2 to 1.1.0 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/262
* Add instructions for configuring Helix to use `ruff-lsp` alongside another language server such as `pyright`. by aspizu in https://github.com/astral-sh/ruff-lsp/pull/261
* Rename deprecated function / types by dhruvmanila in https://github.com/astral-sh/ruff-lsp/pull/263
* Use document path instead of an instance by dhruvmanila in https://github.com/astral-sh/ruff-lsp/pull/265
* Bump pygls from 1.1.0 to 1.1.1 by dependabot in https://github.com/astral-sh/ruff-lsp/pull/268
* Update use of deprecated `workspace.get_document` by zanieb in https://github.com/astral-sh/ruff-lsp/pull/271
* Add test coverage for the oldest supported Ruff version by zanieb in https://github.com/astral-sh/ruff-lsp/pull/270
* Use `--output-format` instead of `--format` by zanieb in https://github.com/astral-sh/ruff-lsp/pull/266
* Remove "usage" from installation header in readme by zanieb in https://github.com/astral-sh/ruff-lsp/pull/272
* Add fix safety notes to readme by zanieb in https://github.com/astral-sh/ruff-lsp/pull/273
* Require `pygls>=1.1.0` by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/277
* Always link add dedicated format command by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/276
* Bump LSP version to v0.0.41 by charliermarsh in https://github.com/astral-sh/ruff-lsp/pull/278

New Contributors
* aspizu made their first contribution in https://github.com/astral-sh/ruff-lsp/pull/261

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

Page 3 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.