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
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,23 +12,21 @@
12
12
-[syntax-errors] Check annotations in annotated assignments ([#17283](https://github.com/astral-sh/ruff/pull/17283))
13
13
-[syntax-errors] Extend annotation checks to `await` ([#17282](https://github.com/astral-sh/ruff/pull/17282))
14
14
15
+
### Bug fixes
16
+
17
+
-[`flake8-pie`] Avoid false positive for multiple assignment with `auto()` (`PIE796`) ([#17274](https://github.com/astral-sh/ruff/pull/17274))
18
+
15
19
### Rule changes
16
20
17
-
- Fix RUF100 to detect unused file-level noqa directives with specific codes (#17042) ([#17061](https://github.com/astral-sh/ruff/pull/17061))
21
+
-[`ruff`]Fix `RUF100` to detect unused file-level `noqa` directives with specific codes (#17042) ([#17061](https://github.com/astral-sh/ruff/pull/17061))
18
22
-[`flake8-pytest-style`] Avoid false positive for legacy form of `pytest.raises` (`PT011`) ([#17231](https://github.com/astral-sh/ruff/pull/17231))
19
23
20
24
### Documentation
21
25
22
-
-[docs] fix formatting of "See Style Guide" link ([#17272](https://github.com/astral-sh/ruff/pull/17272))
26
+
-Fix formatting of "See Style Guide" link ([#17272](https://github.com/astral-sh/ruff/pull/17272))
23
27
-[syntax-errors] Document behavior of `global` declarations in `try` nodes before 3.13 ([#17285](https://github.com/astral-sh/ruff/pull/17285))
24
28
25
-
### Other changes
26
29
27
-
- Run fuzzer with `--preview` ([#17210](https://github.com/astral-sh/ruff/pull/17210))
28
-
-[`flake8-pie`] Avoid false positive for multiple assignment with `auto()` (`PIE796`) ([#17274](https://github.com/astral-sh/ruff/pull/17274))
0 commit comments