@@ -32,7 +32,7 @@ An extremely fast Python linter and code formatter, written in Rust.
32
32
- ⚖️ Drop-in parity with [ Flake8] ( https://docs.astral.sh/ruff/faq/#how-does-ruff-compare-to-flake8 ) , isort, and Black
33
33
- 📦 Built-in caching, to avoid re-analyzing unchanged files
34
34
- 🔧 Fix support, for automatic error correction (e.g., automatically remove unused imports)
35
- - 📏 Over [ 700 built-in rules] ( https://docs.astral.sh/ruff/rules/ ) , with native re-implementations
35
+ - 📏 Over [ 800 built-in rules] ( https://docs.astral.sh/ruff/rules/ ) , with native re-implementations
36
36
of popular Flake8 plugins, like flake8-bugbear
37
37
- ⌨️ First-party [ editor integrations] ( https://docs.astral.sh/ruff/integrations/ ) for
38
38
[ VS Code] ( https://github.com/astral-sh/ruff-vscode ) and [ more] ( https://github.com/astral-sh/ruff-lsp )
@@ -272,7 +272,7 @@ for more on the linting and formatting commands, respectively.
272
272
273
273
<!-- Begin section: Rules -->
274
274
275
- ** Ruff supports over 700 lint rules** , many of which are inspired by popular tools like Flake8,
275
+ ** Ruff supports over 800 lint rules** , many of which are inspired by popular tools like Flake8,
276
276
isort, pyupgrade, and others. Regardless of the rule's origin, Ruff re-implements every rule in
277
277
Rust as a first-party feature.
278
278
0 commit comments