Releases: python-lsp/python-lsp-ruff
Releases · python-lsp/python-lsp-ruff
Python LSP ruff v1.0.1
What's Changed
- Fix ruff linter passing the whole file instead of a json dict if
fix=true
is set in thepyproject.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
First major release of the ruff integration into pylsp.