[PR #2535] [CLOSED] add ruff #6262

Closed
opened 2026-04-17 07:23:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2535
Author: @AdrianCert
Created: 11/29/2023
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

An extremely fast Python linter and code formatter, written in Rust.

What's the difference between this Python project and similar ones?

  • 10-100x faster than existing linters (like Flake8) and formatters (like Black)
  • Installable via pip
  • pyproject.toml support
  • Python 3.12 compatibility
  • Drop-in parity with Flake8, isort, and Black
  • Built-in caching, to avoid re-analyzing unchanged files
  • Fix support, for automatic error correction (e.g., automatically remove unused imports)
  • Over 700 built-in rules, with native re-implementations of popular Flake8 plugins, like flake8-bugbear
  • First-party editor integrations for VS Code and more
  • Monorepo-friendly, with hierarchical and cascading configuration

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2535 **Author:** [@AdrianCert](https://github.com/AdrianCert) **Created:** 11/29/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`9a22975`](https://github.com/vinta/awesome-python/commit/9a229750fae34b7da8586a2b2dfa3d3359ae914b) add ruff ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? An extremely fast Python linter and code formatter, written in Rust. ## What's the difference between this Python project and similar ones? - 10-100x faster than existing linters (like Flake8) and formatters (like Black) - Installable via pip - pyproject.toml support - Python 3.12 compatibility - Drop-in parity with [Flake8](https://docs.astral.sh/ruff/faq/#how-does-ruff-compare-to-flake8), isort, and Black - Built-in caching, to avoid re-analyzing unchanged files - Fix support, for automatic error correction (e.g., automatically remove unused imports) - Over [700 built-in rules](https://docs.astral.sh/ruff/rules/), with native re-implementations of popular Flake8 plugins, like flake8-bugbear - First-party [editor integrations](https://docs.astral.sh/ruff/integrations/) for [VS Code](https://github.com/astral-sh/ruff-vscode) and [more](https://github.com/astral-sh/ruff-lsp) - Monorepo-friendly, with [hierarchical and cascading configuration](https://docs.astral.sh/ruff/configuration/#pyprojecttoml-discovery) Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 07:23:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#6262