Skip to content

Releases: python-lsp/python-lsp-ruff

Python LSP ruff v1.5.1

31 May 08:33
Compare
Choose a tag to compare

What's Changed

  • Minor bug fix by adapting the minimum ruff version (see #39)

Python LSP ruff v1.5.0

30 May 09:05
405be76
Compare
Choose a tag to compare

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

11 Apr 13:30
d1c229a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

Python LSP ruff v1.3.0

02 Apr 21:54
16ea842
Compare
Choose a tag to compare

What's Changed

  • Code actions are now possible through the PR @betaboon in #22!

Full Changelog: v1.2.0...v1.3.0

Python LSP ruff v1.2.0

01 Mar 16:05
Compare
Choose a tag to compare

What's Changed

  • Added the new option extendIgnore (#20)
  • extendIgnore and extendSelect 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

25 Feb 11:48
Compare
Choose a tag to compare

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

  • @Ttayu made their first contribution in #14

Full Changelog: v1.0.5...v1.1.0

Python LSP ruff v1.0.5

14 Jan 20:04
Compare
Choose a tag to compare

What's Changed

  • Change the entry point name to ruff by @ccordoba12 in #12 (Fixes the issue of the ignored enabled parameter #11)

New Contributors

Full Changelog: v1.0.4...v1.0.5

Python LSP ruff v1.0.4

06 Jan 09:56
fc6adcd
Compare
Choose a tag to compare

What's Changed

  • Disable mccabe too since ruff provides this functionality by @gav451 in #7
  • Disable pyflakes by @ryankask in #9

New Contributors

Full Changelog: v1.0.3...v1.0.4

Python LSP ruff v1.0.3

23 Dec 09:33
ff02a39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

Python LSP ruff v1.0.2

14 Dec 13:15
1aea798
Compare
Choose a tag to compare