Release Notes
Released on 2026-01-08.
Preview features
- Consolidate diagnostics for matched disable/enable suppression comments (#22099)
- Report diagnostics for invalid/unmatched range suppression comments (#21908)
- [
airflow] Passing positional argument intoairflow.lineage.hook.HookLineageCollector.create_assetis not allowed (AIR303) (#22046) - [
refurb] MarkFURB192fix as always unsafe (#22210) - [
ruff] Addnon-empty-init-module(RUF067) (#22143)
Bug fixes
- Fix GitHub format for multi-line diagnostics (#22108)
- [
flake8-unused-arguments] Mark**kwargsinTypeVaras used (ARG001) (#22214)
Rule changes
- Add
help:subdiagnostics for several Ruff rules that can sometimes appear to disagree withty(#22331) - [
pylint] DemotePLW1510fix to display-only (#22318) - [
pylint] Ignore identical members (PLR1714) (#22220) - [
pylint] Improve diagnostic range forPLC0206(#22312) - [
ruff] Improve fix title forRUF102invalid rule code (#22100) - [
flake8-simplify]: Avoid unnecessary builtins import forSIM105(#22358)
Configuration
- Allow Python 3.15 as valid
target-versionvalue in preview (#22419) - Check
required-versionbefore parsing rules (#22410) - Include configured
srcdirectories when resolving graphs (#22451)
Documentation
- Update
T201suggestion to not use root logger to satisfyLOG015(#22059) - Fix
iterexample in unsafe fixes doc (#22118) - [
flake8_print] better suggestion forbasicConfiginT201docs (#22101) - [
pylint] Restore the fix safety docs forPLW0133(#22211) - Fix Jupyter notebook discovery info for editors (#22447)
Contributors
- @charliermarsh
- @ntBre
- @cenviity
- @njhearp
- @cbachhuber
- @jelle-openai
- @AlexWaygood
- @ValdonVitija
- @BurntSushi
- @Jkhall81
- @PeterJCLaw
- @harupy
- @amyreese
- @sjyangkevin
- @woodruffw
Install ruff 0.14.11
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.14.11/ruff-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/ruff/releases/download/0.14.11/ruff-installer.ps1 | iex"