Skip to content

Commit 70dc226

Browse files
committed
More suggested changes
1 parent 2e8264c commit 70dc226

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Released on 2026-02-12.
1616
- \[`refurb`\] Check subscripts in tuple do not use lambda parameters in `reimplemented-operator` (`FURB118`) ([#23079](https://github.com/astral-sh/ruff/pull/23079))
1717
- \[`ruff`\] Detect mutable defaults in `field` calls (`RUF008`) ([#23046](https://github.com/astral-sh/ruff/pull/23046))
1818
- \[`ruff`\] Ignore std `cmath.inf` (`RUF069`) ([#23120](https://github.com/astral-sh/ruff/pull/23120))
19-
- \[`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))
2020
- Don't format unlabeled Markdown code blocks ([#23106](https://github.com/astral-sh/ruff/pull/23106))
2121
- Markdown formatting support in LSP ([#23063](https://github.com/astral-sh/ruff/pull/23063))
2222
- Support Quarto Markdown language markers ([#22947](https://github.com/astral-sh/ruff/pull/22947))
@@ -38,7 +38,7 @@ Released on 2026-02-12.
3838

3939
### Rule changes
4040

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))
4242
- \[`PT006`\] Fix syntax error when unpacking nested tuples in `parametrize` fixes (#22441) ([#22464](https://github.com/astral-sh/ruff/pull/22464))
4343
- \[`airflow`\] Catch deprecated attribute access from context key for Airflow 3.0 (`AIR301`) ([#22850](https://github.com/astral-sh/ruff/pull/22850))
4444
- \[`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.
6262
### Other changes
6363

6464
- 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))
6665

6766
### Contributors
6867

0 commit comments

Comments
 (0)