Download Latest Version ruff-i686-pc-windows-msvc.zip (12.1 MB)
Email in envelope

Get an email when there's a new version of Ruff Python

Home / 0.14.2
Name Modified Size InfoDownloads / Week
Parent folder
source.tar.gz.sha256 2025-10-23 81 Bytes
ruff-x86_64-unknown-linux-gnu.tar.gz 2025-10-23 13.3 MB
ruff-x86_64-unknown-linux-gnu.tar.gz.sha256 2025-10-23 103 Bytes
ruff-x86_64-unknown-linux-musl.tar.gz 2025-10-23 13.4 MB
ruff-x86_64-unknown-linux-musl.tar.gz.sha256 2025-10-23 104 Bytes
sha256.sum 2025-10-23 81 Bytes
source.tar.gz 2025-10-23 8.2 MB
ruff-riscv64gc-unknown-linux-gnu.tar.gz.sha256 2025-10-23 106 Bytes
ruff-s390x-unknown-linux-gnu.tar.gz 2025-10-23 13.6 MB
ruff-s390x-unknown-linux-gnu.tar.gz.sha256 2025-10-23 102 Bytes
ruff-x86_64-apple-darwin.tar.gz 2025-10-23 12.9 MB
ruff-x86_64-apple-darwin.tar.gz.sha256 2025-10-23 98 Bytes
ruff-x86_64-pc-windows-msvc.zip 2025-10-23 13.2 MB
ruff-x86_64-pc-windows-msvc.zip.sha256 2025-10-23 98 Bytes
ruff-i686-unknown-linux-musl.tar.gz.sha256 2025-10-23 102 Bytes
ruff-installer.ps1 2025-10-23 22.2 kB
ruff-installer.sh 2025-10-23 66.0 kB
ruff-powerpc64-unknown-linux-gnu.tar.gz 2025-10-23 14.5 MB
ruff-powerpc64-unknown-linux-gnu.tar.gz.sha256 2025-10-23 106 Bytes
ruff-powerpc64le-unknown-linux-gnu.tar.gz 2025-10-23 14.1 MB
ruff-powerpc64le-unknown-linux-gnu.tar.gz.sha256 2025-10-23 108 Bytes
ruff-riscv64gc-unknown-linux-gnu.tar.gz 2025-10-23 13.5 MB
ruff-armv7-unknown-linux-musleabihf.tar.gz.sha256 2025-10-23 109 Bytes
ruff-i686-pc-windows-msvc.zip 2025-10-23 12.0 MB
ruff-i686-pc-windows-msvc.zip.sha256 2025-10-23 96 Bytes
ruff-i686-unknown-linux-gnu.tar.gz 2025-10-23 13.0 MB
ruff-i686-unknown-linux-gnu.tar.gz.sha256 2025-10-23 101 Bytes
ruff-i686-unknown-linux-musl.tar.gz 2025-10-23 12.6 MB
ruff-aarch64-unknown-linux-gnu.tar.gz.sha256 2025-10-23 104 Bytes
ruff-aarch64-unknown-linux-musl.tar.gz 2025-10-23 12.3 MB
ruff-aarch64-unknown-linux-musl.tar.gz.sha256 2025-10-23 105 Bytes
ruff-arm-unknown-linux-musleabihf.tar.gz 2025-10-23 12.5 MB
ruff-arm-unknown-linux-musleabihf.tar.gz.sha256 2025-10-23 107 Bytes
ruff-armv7-unknown-linux-gnueabihf.tar.gz 2025-10-23 12.3 MB
ruff-armv7-unknown-linux-gnueabihf.tar.gz.sha256 2025-10-23 108 Bytes
ruff-armv7-unknown-linux-musleabihf.tar.gz 2025-10-23 12.3 MB
dist-manifest.json 2025-10-23 42.3 kB
ruff-aarch64-apple-darwin.tar.gz 2025-10-23 11.9 MB
ruff-aarch64-apple-darwin.tar.gz.sha256 2025-10-23 99 Bytes
ruff-aarch64-pc-windows-msvc.zip 2025-10-23 12.2 MB
ruff-aarch64-pc-windows-msvc.zip.sha256 2025-10-23 99 Bytes
ruff-aarch64-unknown-linux-gnu.tar.gz 2025-10-23 12.4 MB
0.14.2 source code.tar.gz 2025-10-23 8.2 MB
0.14.2 source code.zip 2025-10-23 13.1 MB
README.md 2025-10-23 7.8 kB
Totals: 45 Items   261.8 MB 0

Release Notes

Released on 2025-10-23.

Preview features

  • [flake8-gettext] Resolve qualified names and built-in bindings (INT001, INT002, INT003) (#19045)

Bug fixes

  • Avoid reusing nested, interpolated quotes before Python 3.12 (#20930)
  • Catch syntax errors in nested interpolations before Python 3.12 (#20949)
  • [fastapi] Handle ellipsis defaults in FAST002 autofix (#20810)
  • [flake8-simplify] Skip SIM911 when unknown arguments are present (#20697)
  • [pyupgrade] Always parenthesize assignment expressions in fix for f-string (UP032) (#21003)
  • [pyupgrade] Fix UP032 conversion for decimal ints with underscores (#21022)
  • [fastapi] Skip autofix for keyword and __debug__ path params (FAST003) (#20960)

Rule changes

  • [flake8-bugbear] Skip B905 and B912 for fewer than two iterables and no starred arguments (#20998)
  • [ruff] Use DiagnosticTag for more pyflakes and pandas rules (#20801)

CLI

  • Improve JSON output from ruff rule (#20168)

Documentation

  • Add source to testimonial (#20971)
  • Document when a rule was added (#21035)

Other changes

  • [syntax-errors] Name is parameter and global (#20426)
  • [syntax-errors] Alternative match patterns bind different names (#20682)

Contributors

Install ruff 0.14.2

Install prebuilt binaries via shell script

:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.14.2/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

:::sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/ruff/releases/download/0.14.2/ruff-installer.ps1 | iex"

Download ruff 0.14.2

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 checksum
ruff-x86_64-pc-windows-msvc.zip x64 Windows checksum
ruff-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ruff-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ruff-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
ruff-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
ruff-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
ruff-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
ruff-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
ruff-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
ruff-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
ruff-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
ruff-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
ruff-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
ruff-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum
Source: README.md, updated 2025-10-23