2023.42.0
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
- Add missing "s" in deprecation message by @lyzlisa in #297
- Update
args
andrun
to uselint
prefix in readme by @zanieb in #299 - Add fix safety notes to readme by @zanieb in #298
- Bump to Python 3.12 in README by @charliermarsh in #301
- Bump ruff-lsp version to 0.0.41 by @charliermarsh in #302
- Bump Ruff version to 0.1.0 by @zanieb in #304
- Bump extension version to 2023.42.0 by @zanieb in #305
New Contributors
Full Changelog: 2023.40.0...2023.42.0