mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-24 13:33:50 +00:00
Change rule count from 500 to 600 (#6605)
Fixes missing change from PR #6579.
This commit is contained in:
parent
3f1658a25b
commit
9bf6713b76
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ An extremely fast Python linter, written in Rust.
|
|||
- 🤝 Python 3.11 compatibility
|
||||
- 📦 Built-in caching, to avoid re-analyzing unchanged files
|
||||
- 🔧 Autofix support, for automatic error correction (e.g., automatically remove unused imports)
|
||||
- 📏 Over [500 built-in rules](https://beta.ruff.rs/docs/rules/)
|
||||
- 📏 Over [600 built-in rules](https://beta.ruff.rs/docs/rules/)
|
||||
- ⚖️ [Near-parity](https://beta.ruff.rs/docs/faq/#how-does-ruff-compare-to-flake8) with the
|
||||
built-in Flake8 rule set
|
||||
- 🔌 Native re-implementations of dozens of Flake8 plugins, like flake8-bugbear
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue