Release Notes
Rule changes
- [
ruff
] Rename RUF007
to zip-instead-of-pairwise
(#12399)
Bug fixes
- [
flake8-builtins
] Avoid shadowing diagnostics for @override
methods (#12415)
- [
flake8-comprehensions
] Insert parentheses for multi-argument generators (#12422)
- [
pydocstyle
] Handle escaped docstrings within docstring (D301
) (#12192)
Documentation
- Fix GitHub link to Neovim setup (#12410)
- Fix
output-format
default in settings reference (#12409)
Install ruff 0.5.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-installer.ps1 | iex"
Download ruff 0.5.4