0.14.13
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
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 | sh
Install 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"
Download ruff 0.14.13
| File | Platform | Checksum | |--------|----------|----------| | ruff-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum | | ruff-x86_64-apple-darwin.tar.gz | Intel macOS | checksum | | ruff-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum | | ruff-i686-pc-windows-msvc.zip | x86 Windows | | | | x64 Windows | | | | ARM64 Linux | | | | x86 Linux | | | | PPC64 Linux | | | | PPC64LE Linux | | | | RISCV Linux | | | | S390x Linux | | | | x64 Linux | | | | ARMv7 Linux | | | | ARM64 MUSL Linux | | | | x86 MUSL Linux | | | | x64 MUSL Linux | | | | ARMv6 MUSL Linux (Hardfloat) | | | | ARMv7 MUSL Linux | |