Skip to content

Releases: python-lsp/python-lsp-ruff

Python LSP ruff v1.0.1

11 Dec 21:15
7f17556
Compare
Choose a tag to compare

What's Changed

  • Fix ruff linter passing the whole file instead of a json dict if fix=true is set in the pyproject.toml file
  • Set ruff config to empty dict if pyproject.toml is present (Fixes #2)

Full Changelog: v1.0.0...v1.0.1

Python LSP ruff v1.0.0

10 Dec 18:31
f767ea9
Compare
Choose a tag to compare

First major release of the ruff integration into pylsp.