From 9bf6713b7693bbdfb9f1a10ec4d4fbd9f4d2e263 Mon Sep 17 00:00:00 2001 From: Anton Grouchtchak Date: Tue, 15 Aug 2023 19:17:52 -0500 Subject: [PATCH] Change rule count from 500 to 600 (#6605) Fixes missing change from PR #6579. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d6250fb6b..84f754de3d 100644 --- a/README.md +++ b/README.md @@ -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