Skip to content

Commit 814403c

Browse files
authored
Bump lint rules count to 700 (#7585)
1 parent f254aaa commit 814403c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ An extremely fast Python linter, written in Rust.
3030
- 🤝 Python 3.11 compatibility
3131
- 📦 Built-in caching, to avoid re-analyzing unchanged files
3232
- 🔧 Autofix support, for automatic error correction (e.g., automatically remove unused imports)
33-
- 📏 Over [600 built-in rules](https://docs.astral.sh/ruff/rules/)
33+
- 📏 Over [700 built-in rules](https://docs.astral.sh/ruff/rules/)
3434
- ⚖️ [Near-parity](https://docs.astral.sh/ruff/faq/#how-does-ruff-compare-to-flake8) with the
3535
built-in Flake8 rule set
3636
- 🔌 Native re-implementations of dozens of Flake8 plugins, like flake8-bugbear
@@ -233,7 +233,7 @@ linting command.
233233

234234
<!-- Begin section: Rules -->
235235

236-
**Ruff supports over 600 lint rules**, many of which are inspired by popular tools like Flake8,
236+
**Ruff supports over 700 lint rules**, many of which are inspired by popular tools like Flake8,
237237
isort, pyupgrade, and others. Regardless of the rule's origin, Ruff re-implements every rule in
238238
Rust as a first-party feature.
239239

docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ src = ["src"]
105105

106106
### Rule Selection
107107

108-
Ruff supports [over 600 lint rules](rules.md) split across over 40 built-in plugins, but
108+
Ruff supports [over 700 lint rules](rules.md) split across over 50 built-in plugins, but
109109
determining the right set of rules will depend on your project's needs: some rules may be too
110110
strict, some are framework-specific, and so on.
111111

0 commit comments

Comments
 (0)