|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 0.13.3 |
| 4 | + |
| 5 | +Released on 2025-10-02. |
| 6 | + |
| 7 | +### Preview features |
| 8 | + |
| 9 | +- Display diffs for `ruff format --check` and add support for different output formats ([#20443](https://github.com/astral-sh/ruff/pull/20443)) |
| 10 | +- \[`pyflakes`\] Handle some common submodule import situations for `unused-import` (`F401`) ([#20200](https://github.com/astral-sh/ruff/pull/20200)) |
| 11 | +- \[`ruff`\] Do not flag `%r` + `repr()` combinations (`RUF065`) ([#20600](https://github.com/astral-sh/ruff/pull/20600)) |
| 12 | + |
| 13 | +### Bug fixes |
| 14 | + |
| 15 | +- \[`cli`\] Add conflict between `--add-noqa` and `--diff` options ([#20642](https://github.com/astral-sh/ruff/pull/20642)) |
| 16 | +- \[`pylint`\] Exempt required imports from `PLR0402` ([#20381](https://github.com/astral-sh/ruff/pull/20381)) |
| 17 | +- \[`pylint`\] Fix missing `max-nested-blocks` in settings display ([#20574](https://github.com/astral-sh/ruff/pull/20574)) |
| 18 | +- \[`pyupgrade`\] Prevent infinite loop with `I002` and `UP026` ([#20634](https://github.com/astral-sh/ruff/pull/20634)) |
| 19 | + |
| 20 | +### Rule changes |
| 21 | + |
| 22 | +- \[`flake8-simplify`\] Improve help message clarity (`SIM105`) ([#20548](https://github.com/astral-sh/ruff/pull/20548)) |
| 23 | + |
| 24 | +### Documentation |
| 25 | + |
| 26 | +- Add the *The Basics* title back to CONTRIBUTING.md ([#20624](https://github.com/astral-sh/ruff/pull/20624)) |
| 27 | +- Fixed documentation for try_consider_else ([#20587](https://github.com/astral-sh/ruff/pull/20587)) |
| 28 | +- \[`isort`\] Clarify dependency between `order-by-type` and `case-sensitive` settings ([#20559](https://github.com/astral-sh/ruff/pull/20559)) |
| 29 | +- \[`pylint`\] Clarify fix safety to include left-hand hashability (`PLR6201`) ([#20518](https://github.com/astral-sh/ruff/pull/20518)) |
| 30 | + |
| 31 | +### Other changes |
| 32 | + |
| 33 | +- \[`playground`\] Fix quick fixes for empty ranges in playground ([#20599](https://github.com/astral-sh/ruff/pull/20599)) |
| 34 | + |
| 35 | +### Contributors |
| 36 | + |
| 37 | +- [@TaKO8Ki](https://github.com/TaKO8Ki) |
| 38 | +- [@ntBre](https://github.com/ntBre) |
| 39 | +- [@dylwil3](https://github.com/dylwil3) |
| 40 | +- [@MichaReiser](https://github.com/MichaReiser) |
| 41 | +- [@danparizher](https://github.com/danparizher) |
| 42 | +- [@LilMonk](https://github.com/LilMonk) |
| 43 | +- [@mgiovani](https://github.com/mgiovani) |
| 44 | +- [@IDrokin117](https://github.com/IDrokin117) |
| 45 | + |
3 | 46 | ## 0.13.2
|
4 | 47 |
|
5 | 48 | Released on 2025-09-25.
|
|
0 commit comments