Release Notes
Preview features
- Avoid adding whitespace to the end of a docstring after an escaped quote (#17216)
- [
airflow
] ExtractAIR311
fromAIR301
rules (AIR301
,AIR311
) (#17310, #17422)
Bug fixes
- Raise syntax error when
\
is at end of file (#17409)
Contributors
- @AlexWaygood
- @BurntSushi
- @Lee-W
- @MatthewMckee4
- @MichaReiser
- @cake-monotone
- @carljm
- @charliermarsh
- @dcreager
- @dhruvmanila
- @github-actions
- @maxmynter
- @mishamsk
- @mtshiba
- @ntBre
- @renovate
- @sharkdp
Install ruff 0.11.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.11.6/ruff-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/ruff/releases/download/0.11.6/ruff-installer.ps1 | iex"