Skip to content

Commit

Permalink
Change rule count from 500 to 600 (astral-sh#6605)
Browse files Browse the repository at this point in the history
Fixes missing change from PR astral-sh#6579.
  • Loading branch information
Teraskull committed Aug 16, 2023
1 parent 3f1658a commit 9bf6713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bf6713

Please sign in to comment.