|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.14.5 |
| 4 | + |
| 5 | +Released on 2025-11-13. |
| 6 | + |
| 7 | +### Preview features |
| 8 | + |
| 9 | +- \[`flake8-simplify`\] Apply `SIM113` when index variable is of type `int` ([#21395](https://github.com/astral-sh/ruff/pull/21395)) |
| 10 | +- \[`pydoclint`\] Fix false positive when Sphinx directives follow a "Raises" section (`DOC502`) ([#20535](https://github.com/astral-sh/ruff/pull/20535)) |
| 11 | +- \[`pydoclint`\] Support NumPy-style comma-separated parameters (`DOC102`) ([#20972](https://github.com/astral-sh/ruff/pull/20972)) |
| 12 | +- \[`refurb`\] Auto-fix annotated assignments (`FURB101`) ([#21278](https://github.com/astral-sh/ruff/pull/21278)) |
| 13 | +- \[`ruff`\] Ignore `str()` when not used for simple conversion (`RUF065`) ([#21330](https://github.com/astral-sh/ruff/pull/21330)) |
| 14 | + |
| 15 | +### Bug fixes |
| 16 | + |
| 17 | +- Fix syntax error false positive on alternative `match` patterns ([#21362](https://github.com/astral-sh/ruff/pull/21362)) |
| 18 | +- \[`flake8-simplify`\] Fix false positive for iterable initializers with generator arguments (`SIM222`) ([#21187](https://github.com/astral-sh/ruff/pull/21187)) |
| 19 | +- \[`pyupgrade`\] Fix false positive on relative imports from local `.builtins` module (`UP029`) ([#21309](https://github.com/astral-sh/ruff/pull/21309)) |
| 20 | +- \[`pyupgrade`\] Consistently set the deprecated tag (`UP035`) ([#21396](https://github.com/astral-sh/ruff/pull/21396)) |
| 21 | + |
| 22 | +### Rule changes |
| 23 | + |
| 24 | +- \[`refurb`\] Detect empty f-strings (`FURB105`) ([#21348](https://github.com/astral-sh/ruff/pull/21348)) |
| 25 | + |
| 26 | +### CLI |
| 27 | + |
| 28 | +- Add option to provide a reason to `--add-noqa` ([#21294](https://github.com/astral-sh/ruff/pull/21294)) |
| 29 | +- Add upstream linter URL to `ruff linter --output-format=json` ([#21316](https://github.com/astral-sh/ruff/pull/21316)) |
| 30 | +- Add color to `--help` ([#21337](https://github.com/astral-sh/ruff/pull/21337)) |
| 31 | + |
| 32 | +### Documentation |
| 33 | + |
| 34 | +- Add a new "Opening a PR" section to the contribution guide ([#21298](https://github.com/astral-sh/ruff/pull/21298)) |
| 35 | +- Added the PyScripter IDE to the list of "Who is using Ruff?" ([#21402](https://github.com/astral-sh/ruff/pull/21402)) |
| 36 | +- Update PyCharm setup instructions ([#21409](https://github.com/astral-sh/ruff/pull/21409)) |
| 37 | +- \[`flake8-annotations`\] Add link to `allow-star-arg-any` option (`ANN401`) ([#21326](https://github.com/astral-sh/ruff/pull/21326)) |
| 38 | + |
| 39 | +### Other changes |
| 40 | + |
| 41 | +- \[`configuration`\] Improve error message when `line-length` exceeds `u16::MAX` ([#21329](https://github.com/astral-sh/ruff/pull/21329)) |
| 42 | + |
| 43 | +### Contributors |
| 44 | + |
| 45 | +- [@njhearp](https://github.com/njhearp) |
| 46 | +- [@11happy](https://github.com/11happy) |
| 47 | +- [@hugovk](https://github.com/hugovk) |
| 48 | +- [@Gankra](https://github.com/Gankra) |
| 49 | +- [@ntBre](https://github.com/ntBre) |
| 50 | +- [@pyscripter](https://github.com/pyscripter) |
| 51 | +- [@danparizher](https://github.com/danparizher) |
| 52 | +- [@MichaReiser](https://github.com/MichaReiser) |
| 53 | +- [@henryiii](https://github.com/henryiii) |
| 54 | +- [@charliecloudberry](https://github.com/charliecloudberry) |
| 55 | + |
3 | 56 | ## 0.14.4 |
4 | 57 |
|
5 | 58 | Released on 2025-11-06. |
|
0 commit comments