astral-sh/ruff
An extremely fast Python linter and code formatter, written in Rust.
About the project
An extremely fast Python linter and formatter written in Rust. Replaces Flake8, Black, isort and others, running tens of times faster.
Useful for
- Lint an entire project for style issues with a single ruff check command
- Format code instead of Black and isort using ruff format
- Add the linter to pre-commit or GitHub Actions to check pull requests
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 4 stars so far today, about 8 expected by the end of the day.
- GitHub Trending Rust today: #22, +13 stars.
- Recent forks include notable developers: @00200200 (1,529 followers).
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 49,737
- Today
- 4 · ≈ 8 by evening
- Forks
- 2,432
- Issues and pull requests
- 27,928
- Watchers
- 136
- Language
- Rust
- License
- MIT
- Latest release
- 0.16.8 · September 16, 2026
- Created
- August 9, 2022
- Last push
- September 23, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 23, 2026GitHub Trending Rust today: #22, +13 stars
Similar by description
-
1.3
biomejs/biome
A Rust-based toolchain for web projects: a fast formatter and linter for JavaScript, TypeScript, JSX, JSON, CSS and GraphQL, usable via CLI and LSP. Replaces Prettier and ESLint without requiring Node.js.
-
1.7
oxc-project/oxc
A collection of high-performance JavaScript and TypeScript tools written in Rust: parser, transformer, minifier, module resolver, oxlint linter and oxfmt formatter. Used by Rolldown, Nuxt and others to speed up builds…