You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Released on 2026-02-12.
16
16
-\[`refurb`\] Check subscripts in tuple do not use lambda parameters in `reimplemented-operator` (`FURB118`) ([#23079](https://github.com/astral-sh/ruff/pull/23079))
17
17
-\[`ruff`\] Detect mutable defaults in `field` calls (`RUF008`) ([#23046](https://github.com/astral-sh/ruff/pull/23046))
-\[`ruff`\] New rule float-comparison (`RUF069`) ([#20585](https://github.com/astral-sh/ruff/pull/20585))
19
+
-\[`ruff`\] New rule `float-equality-comparison` (`RUF069`) ([#20585](https://github.com/astral-sh/ruff/pull/20585))
20
20
- Don't format unlabeled Markdown code blocks ([#23106](https://github.com/astral-sh/ruff/pull/23106))
21
21
- Markdown formatting support in LSP ([#23063](https://github.com/astral-sh/ruff/pull/23063))
22
22
- Support Quarto Markdown language markers ([#22947](https://github.com/astral-sh/ruff/pull/22947))
@@ -38,7 +38,7 @@ Released on 2026-02-12.
38
38
39
39
### Rule changes
40
40
41
-
- Use `DisplayDiagnosticsConfig::program` for Ruff's GitHub output ([#23240](https://github.com/astral-sh/ruff/pull/23240))
41
+
- Use `ruff` instead of `Ruff` as the program name in GitHub output format ([#23240](https://github.com/astral-sh/ruff/pull/23240))
42
42
-\[`PT006`\] Fix syntax error when unpacking nested tuples in `parametrize` fixes (#22441) ([#22464](https://github.com/astral-sh/ruff/pull/22464))
43
43
-\[`airflow`\] Catch deprecated attribute access from context key for Airflow 3.0 (`AIR301`) ([#22850](https://github.com/astral-sh/ruff/pull/22850))
44
44
-\[`airflow`\] Capture deprecated arguments and a decorator (`AIR301`) ([#23170](https://github.com/astral-sh/ruff/pull/23170))
@@ -62,7 +62,6 @@ Released on 2026-02-12.
62
62
### Other changes
63
63
64
64
- Exclude WASM artifacts from GitHub releases ([#23221](https://github.com/astral-sh/ruff/pull/23221))
65
-
-[ty] Allow setting the Python version to 3.15 ([#23082](https://github.com/astral-sh/ruff/pull/23082))
0 commit comments