mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:24 +00:00
Bump rule count to 600+ in the docs (#6579)
My informal count yielded 679 rules as of yesterday.
This commit is contained in:
parent
17e7eae2f9
commit
5f709cd3e0
2 changed files with 2 additions and 2 deletions
|
@ -233,7 +233,7 @@ linting command.
|
||||||
|
|
||||||
<!-- Begin section: Rules -->
|
<!-- Begin section: Rules -->
|
||||||
|
|
||||||
**Ruff supports over 500 lint rules**, many of which are inspired by popular tools like Flake8,
|
**Ruff supports over 600 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.
|
||||||
|
|
||||||
|
|
|
@ -105,7 +105,7 @@ src = ["src"]
|
||||||
|
|
||||||
### Rule Selection
|
### Rule Selection
|
||||||
|
|
||||||
Ruff supports [over 500 lint rules](rules.md) split across over 40 built-in plugins, but
|
Ruff supports [over 600 lint rules](rules.md) split across over 40 built-in plugins, but
|
||||||
determining the right set of rules will depend on your project's needs: some rules may be too
|
determining the right set of rules will depend on your project's needs: some rules may be too
|
||||||
strict, some are framework-specific, and so on.
|
strict, some are framework-specific, and so on.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue