mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:26 +00:00
Update number of implemented rules to "over 800" (#10500)
## Summary
Ruff now implements over 800 rules. Congrats everyone 🎉
819 by my count
This commit is contained in:
parent
9aded0284e
commit
4ad3166a3f
3 changed files with 5 additions and 5 deletions
|
@ -180,7 +180,7 @@ specifically, we'll want to make note of the minimum supported Python version:
|
|||
|
||||
### Rule Selection
|
||||
|
||||
Ruff supports [over 700 lint rules](rules.md) split across over 50 built-in plugins, but
|
||||
Ruff supports [over 800 lint rules](rules.md) split across over 50 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue