Release Notes
Released on 2026-01-15.
This is a follow-up release to 0.14.12. Because of an issue publishing the WASM packages, there is no GitHub release or Git tag for 0.14.12, although the package was published to PyPI. The contents of the 0.14.13 release are identical to 0.14.12.
0.14.12
Preview features
- [
flake8-blind-except] Allow more logging methods (BLE001) (#22057) - [
ruff] Respectlint.pydocstyle.property-decoratorsinRUF066(#22515)
Bug fixes
- Fix configuration path in
--show-settings(#22478) - Respect
fmt: skipfor multiple statements on the same logical line (#22119)
Rule changes
- [
pydocstyle] Update Rust crate imperative to v1.0.7 (D401) (#22519) - [
isort] Insert imports in alphabetical order (I002) (#22493)
Documentation
- Add llms.txt support for documentation (#22463)
- Use prek in documentation and CI (#22505)
- [
flake8-pytest-style] Addcheckparameter example toPT017docs (#22546) - [
ruff] Make example error out-of-the-box (RUF103) (#22558) - [
ruff] documentRUF100trailing comment fix behavior (#22479)
Other changes
- wasm: Require explicit logging initialization (#22587)
Contributors
- @terror
- @harupy
- @Jkhall81
- @dhruvmanila
- @lubaskinc0de
- @zanieb
- @MeGaGiGaGon
- @charliermarsh
- @renovate
- @dylwil3
- @MichaReiser
- @11happy
Install ruff 0.14.13
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.14.13/ruff-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/ruff/releases/download/0.14.13/ruff-installer.ps1 | iex"