Skip to content

Releases: astral-sh/ruff-vscode

2023.42.0

16 Oct 23:23
61a40bc
Compare
Choose a tag to compare

This release is required for compatibility with Ruff v0.1.0+
which includes breaking changes.

Ruff fixes are now labeled as "safe" or "unsafe". By default, the "Fix all" action will no longer apply unsafe
fixes. However, unsafe fixes can be applied manually with the "Quick fix" action. Application of unsafe fixes when
using "Fix all" can be enabled by setting unsafe-fixes = true in your Ruff configuration file or adding
--unsafe-fixes flag to the "Lint args" setting.

What's Changed

New Contributors

Full Changelog: 2023.40.0...2023.42.0

2023.40.0

02 Oct 20:54
be79204
Compare
Choose a tag to compare

Deprecations

  • Deprecation: ruff.args has been renamed to ruff.lint.args (see: #293).
  • Deprecation: ruff.run has been renamed to ruff.lint.run (see: #293).

The extension will continue to respect the deprecated variants (ruff.args and ruff.run), but
they will be removed in a future release.

What's Changed

New Contributors

Full Changelog: 2023.38.0...2023.40.0

2023.38.0

12 Sep 16:52
61592e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.36.0...2023.38.0

2023.36.0

11 Sep 22:14
2e82449
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.34.0...2023.36.0

2023.34.0

20 Aug 17:09
6392f3a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2023.32.0...2023.34.0

2023.32.0

06 Jul 19:28
e340cc0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.30.0...2023.32.0

2023.30.0

21 Jun 04:20
77e0598
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.28.0...2023.30.0

2023.28.0

20 Jun 21:26
2b21a4e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.26.0...2023.28.0

2023.26.0

19 Jun 23:40
8592784
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.24.0...2023.26.0

2023.24.0

17 Jun 19:40
7a2f7ce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2023.22.0...2023.24.0