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

@ -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.