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

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

Home / 0.11.12
Name Modified Size InfoDownloads / Week
Parent folder
ruff-x86_64-pc-windows-msvc.zip 2025-05-29 11.2 MB
ruff-x86_64-pc-windows-msvc.zip.sha256 2025-05-29 98 Bytes
ruff-x86_64-unknown-linux-gnu.tar.gz 2025-05-29 11.5 MB
ruff-x86_64-unknown-linux-gnu.tar.gz.sha256 2025-05-29 103 Bytes
ruff-x86_64-unknown-linux-musl.tar.gz 2025-05-29 11.6 MB
ruff-x86_64-unknown-linux-musl.tar.gz.sha256 2025-05-29 104 Bytes
sha256.sum 2025-05-29 81 Bytes
source.tar.gz 2025-05-29 6.6 MB
source.tar.gz.sha256 2025-05-29 81 Bytes
ruff-installer.ps1 2025-05-29 20.7 kB
ruff-installer.sh 2025-05-29 63.0 kB
ruff-powerpc64-unknown-linux-gnu.tar.gz 2025-05-29 12.5 MB
ruff-powerpc64-unknown-linux-gnu.tar.gz.sha256 2025-05-29 106 Bytes
ruff-powerpc64le-unknown-linux-gnu.tar.gz 2025-05-29 12.1 MB
ruff-powerpc64le-unknown-linux-gnu.tar.gz.sha256 2025-05-29 108 Bytes
ruff-s390x-unknown-linux-gnu.tar.gz 2025-05-29 11.3 MB
ruff-s390x-unknown-linux-gnu.tar.gz.sha256 2025-05-29 102 Bytes
ruff-x86_64-apple-darwin.tar.gz 2025-05-29 11.0 MB
ruff-x86_64-apple-darwin.tar.gz.sha256 2025-05-29 98 Bytes
ruff-armv7-unknown-linux-gnueabihf.tar.gz.sha256 2025-05-29 108 Bytes
ruff-armv7-unknown-linux-musleabihf.tar.gz 2025-05-29 10.1 MB
ruff-armv7-unknown-linux-musleabihf.tar.gz.sha256 2025-05-29 109 Bytes
ruff-i686-pc-windows-msvc.zip 2025-05-29 10.1 MB
ruff-i686-pc-windows-msvc.zip.sha256 2025-05-29 96 Bytes
ruff-i686-unknown-linux-gnu.tar.gz 2025-05-29 11.7 MB
ruff-i686-unknown-linux-gnu.tar.gz.sha256 2025-05-29 101 Bytes
ruff-i686-unknown-linux-musl.tar.gz 2025-05-29 11.1 MB
ruff-i686-unknown-linux-musl.tar.gz.sha256 2025-05-29 102 Bytes
ruff-aarch64-unknown-linux-gnu.tar.gz 2025-05-29 10.6 MB
ruff-aarch64-unknown-linux-gnu.tar.gz.sha256 2025-05-29 104 Bytes
ruff-aarch64-unknown-linux-musl.tar.gz 2025-05-29 10.5 MB
ruff-aarch64-unknown-linux-musl.tar.gz.sha256 2025-05-29 105 Bytes
ruff-arm-unknown-linux-musleabihf.tar.gz 2025-05-29 10.3 MB
ruff-arm-unknown-linux-musleabihf.tar.gz.sha256 2025-05-29 107 Bytes
ruff-armv7-unknown-linux-gnueabihf.tar.gz 2025-05-29 10.1 MB
dist-manifest.json 2025-05-29 39.6 kB
ruff-aarch64-apple-darwin.tar.gz 2025-05-29 10.4 MB
ruff-aarch64-apple-darwin.tar.gz.sha256 2025-05-29 99 Bytes
ruff-aarch64-pc-windows-msvc.zip 2025-05-29 10.4 MB
ruff-aarch64-pc-windows-msvc.zip.sha256 2025-05-29 99 Bytes
0.11.12 source code.tar.gz 2025-05-29 6.6 MB
0.11.12 source code.zip 2025-05-29 10.9 MB
README.md 2025-05-29 6.9 kB
Totals: 43 Items   210.8 MB 0

Release Notes

Preview features

  • [airflow] Revise fix titles (AIR3) (#18215)
  • [pylint] Implement missing-maxsplit-arg (PLC0207) (#17454)
  • [pyupgrade] New rule UP050 (useless-class-metaclass-type) (#18334)
  • [flake8-use-pathlib] Replace os.symlink with Path.symlink_to (PTH211) (#18337)

Bug fixes

  • [flake8-bugbear] Ignore __debug__ attribute in B010 (#18357)
  • [flake8-async] Fix anyio.sleep argument name (ASYNC115, ASYNC116) (#18262)
  • [refurb] Fix FURB129 autofix generating invalid syntax (#18235)

Rule changes

  • [flake8-implicit-str-concat] Add autofix for ISC003 (#18256)
  • [pycodestyle] Improve the diagnostic message for E712 (#18328)
  • [flake8-2020] Fix diagnostic message for != comparisons (YTT201) (#18293)
  • [pyupgrade] Make fix unsafe if it deletes comments (UP010) (#18291)

Documentation

  • Simplify rules table to improve readability (#18297)
  • Update editor integrations link in README (#17977)
  • [flake8-bugbear] Add fix safety section (B006) (#17652)

Install ruff 0.11.12

Install prebuilt binaries via shell script

:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.11.12/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.11.12/ruff-installer.ps1 | iex"

Download ruff 0.11.12

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-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-05-29