Bump rule count to 600+ in the docs (#6579)

My informal count yielded 679 rules as of yesterday.
This commit is contained in:
Charlie Marsh 2023-08-14 20:11:32 -04:00 committed by GitHub
parent 17e7eae2f9
commit 5f709cd3e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -233,7 +233,7 @@ linting command.
<!-- 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
Rust as a first-party feature.

View file

@ -105,7 +105,7 @@ src = ["src"]
### 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
strict, some are framework-specific, and so on.