Icon

Ruff

An extremely fast Python linter and code formatter, written in Rust. Consolidates multiple Python tools like Flake8, Black, and isort into a single faster solution.
Latest: 20251211
Last checked: Jun 9, 2026 12:10am
Rank: 140/15140
Monitored via:
GitHub Releases Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: UnknownInstaller: pip packageWinget: Available

Version & Lifecycle

0
Current: 20251211 N-2: 0.15.12 Avg cadence: Every 7 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Command-line note • January 29, 2026
0

ruff – Command-line note

Use winget to silently install Ruff for enterprise Python development environments: winget install astral-sh.ruff --silent --accept-package-agreements --accept-source-agreements. This deploys the fast Python linter and formatter without UI prompts, suitable for Intune or scripted rollouts across Windows endpoints.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

ruffastral-sh ruff

Packaging Notes

0

Distributed as a Python package installable via pip; written in Rust

Notes

0

Supports configuration via pyproject.toml, ruff.toml, or .ruff.toml files. Integrates with pre-commit hooks and editors like VSCode.