Release Notes
Preview features
- [
airflow] Add autofixes for AIR302 and AIR312 (#17942)
- [
airflow] Move rules from AIR312 to AIR302 (#17940)
- [
airflow] Update AIR301 and AIR311 with the latest Airflow implementations (#17985)
- [
flake8-simplify] Enable fix in preview mode (SIM117) (#18208)
Bug fixes
- Fix inconsistent formatting of match-case on
[] and _ (#18147)
- [
pylint] Fix PLW1514 not recognizing the encoding positional argument of codecs.open (#18109)
CLI
- Add full option name in formatter warning (#18217)
Documentation
- Fix rendering of admonition in docs (#18163)
- [
flake8-print] Improve print/pprint docs for T201 and T203 (#18130)
- [
flake8-simplify] Add fix safety section (SIM110,SIM210) (#18114,#18100)
- [
pylint] Fix docs example that produced different output (PLW0603) (#18216)
Contributors
Install ruff 0.11.11
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.11.11/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.11/ruff-installer.ps1 | iex"
Download ruff 0.11.11