Releases: python-lsp/python-lsp-ruff
Releases · python-lsp/python-lsp-ruff
Python LSP ruff v1.5.1
What's Changed
- Minor bug fix by adapting the minimum ruff version (see #39)
Python LSP ruff v1.5.0
What's Changed
- Non-fixable actions can be disabled in a line (#35)
- Fixed the wrong offset sometimes leading to cut off characters (#37)
- Severity levels can now be customized through the pylsp settings! (#38)
New Contributors
Full Changelog: v1.4.0...v1.5.0
Python LSP ruff v1.4.0
What's Changed
- Specify error code in code action test by @jhossbach in #27
- Formatting capabilities by @betaboon in #25
- Extend README with example config, add (.)ruff.toml support by @jhossbach in #30
Full Changelog: v1.3.0...v1.4.0
Python LSP ruff v1.3.0
What's Changed
Full Changelog: v1.2.0...v1.3.0
Python LSP ruff v1.2.0
What's Changed
- Added the new option
extendIgnore
(#20) extendIgnore
andextendSelect
are no longer ignored when a local project file is present.
Full Changelog: v1.1.0...v1.2.0
Python LSP ruff v1.1.0
What's Changed
- fix: Upgrade isort to 5.11.5 in pre-commit to avoid build failures. by @Ttayu in #14
- feat: Support for calling the Ruff module. by @Ttayu in #13
- feat: Add extendSelect option by @jhossbach in #18
New Contributors
Full Changelog: v1.0.5...v1.1.0
Python LSP ruff v1.0.5
What's Changed
- Change the entry point name to
ruff
by @ccordoba12 in #12 (Fixes the issue of the ignoredenabled
parameter #11)
New Contributors
- @ccordoba12 made their first contribution in #12
Full Changelog: v1.0.4...v1.0.5
Python LSP ruff v1.0.4
Python LSP ruff v1.0.3
Python LSP ruff v1.0.2
Full Changelog: v1.0.1...v1.0.2