mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 13:51:16 +00:00
Bump lint rule count to 500+ (#3240)
This commit is contained in:
parent
0b7d6b9097
commit
36d134fd41
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ An extremely fast Python linter, written in Rust.
|
||||||
* 🤝 Python 3.11 compatibility
|
* 🤝 Python 3.11 compatibility
|
||||||
* 📦 Built-in caching, to avoid re-analyzing unchanged files
|
* 📦 Built-in caching, to avoid re-analyzing unchanged files
|
||||||
* 🔧 Autofix support, for automatic error correction (e.g., automatically remove unused imports)
|
* 🔧 Autofix support, for automatic error correction (e.g., automatically remove unused imports)
|
||||||
* 📏 Over [400 built-in rules](https://beta.ruff.rs/docs/rules/) (and growing)
|
* 📏 Over [500 built-in rules](https://beta.ruff.rs/docs/rules/) (and growing)
|
||||||
* ⚖️ [Near-parity](https://beta.ruff.rs/docs/faq/#how-does-ruff-compare-to-flake8) with the built-in Flake8 rule set
|
* ⚖️ [Near-parity](https://beta.ruff.rs/docs/faq/#how-does-ruff-compare-to-flake8) with the built-in Flake8 rule set
|
||||||
* 🔌 Native re-implementations of dozens of Flake8 plugins, like flake8-bugbear
|
* 🔌 Native re-implementations of dozens of Flake8 plugins, like flake8-bugbear
|
||||||
* ⌨️ First-party editor integrations for [VS Code](https://github.com/charliermarsh/ruff-vscode) and [more](https://github.com/charliermarsh/ruff-lsp)
|
* ⌨️ First-party editor integrations for [VS Code](https://github.com/charliermarsh/ruff-vscode) and [more](https://github.com/charliermarsh/ruff-lsp)
|
||||||
|
@ -216,7 +216,7 @@ linting command.
|
||||||
|
|
||||||
<!-- Begin section: Rules -->
|
<!-- Begin section: Rules -->
|
||||||
|
|
||||||
**Ruff supports over 400 lint rules**, many of which are inspired by popular tools like Flake8,
|
**Ruff supports over 500 lint rules**, many of which are inspired by popular tools like Flake8,
|
||||||
isort, pyupgrade, and others. Regardless of the rule's origin, Ruff re-implements every rule in
|
isort, pyupgrade, and others. Regardless of the rule's origin, Ruff re-implements every rule in
|
||||||
Rust as a first-party feature.
|
Rust as a first-party feature.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue