[PR #2614] [MERGED] Add ruff linter #1931

Closed
opened 2025-11-06 13:26:04 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2614
Author: @MatteoGuadrini
Created: 9/17/2024
Status: Merged
Merged: 7/5/2025
Merged by: @vinta

Base: masterHead: MatteoGuadrini-patch-1


📝 Commits (2)

📊 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?

Enumerate comparisons.

️ 10-100x faster than existing linters (like Flake8) and formatters (like Black)
🐍 Installable via pip
🛠️ pyproject.toml support
🤝 Python 3.13 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 800 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/2614 **Author:** [@MatteoGuadrini](https://github.com/MatteoGuadrini) **Created:** 9/17/2024 **Status:** ✅ Merged **Merged:** 7/5/2025 **Merged by:** [@vinta](https://github.com/vinta) **Base:** `master` ← **Head:** `MatteoGuadrini-patch-1` --- ### 📝 Commits (2) - [`4f887d5`](https://github.com/vinta/awesome-python/commit/4f887d5e1edb741d8d28c9cfb33ce2f9cf1d9cc1) Add ruff linter - [`f387123`](https://github.com/vinta/awesome-python/commit/f387123f5bdc89f6ee1fe6b018a3c96632524c5e) Change repo of 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? Enumerate comparisons. ⚡️ 10-100x faster than existing linters (like Flake8) and formatters (like Black) 🐍 Installable via pip 🛠️ pyproject.toml support 🤝 Python 3.13 compatibility ⚖️ Drop-in parity with [Flake8](https://docs.astral.sh/ruff/faq/#how-does-ruffs-linter-compare-to-flake8), isort, and [Black](https://docs.astral.sh/ruff/faq/#how-does-ruffs-formatter-compare-to-black) 📦 Built-in caching, to avoid re-analyzing unchanged files 🔧 Fix support, for automatic error correction (e.g., automatically remove unused imports) 📏 Over [800 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://docs.astral.sh/ruff/editors/setup/) 🌎 Monorepo-friendly, with [hierarchical and cascading configuration](https://docs.astral.sh/ruff/configuration/#config-file-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 2025-11-06 13:26:04 -06: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#1931