diff --git a/README.md b/README.md index 4cac2b3a92..8456e9e028 100644 --- a/README.md +++ b/README.md @@ -314,9 +314,7 @@ Rust as a first-party feature. By default, Ruff enables Flake8's `F` rules, along with a subset of the `E` rules, omitting any stylistic rules that overlap with the use of a formatter, like `ruff format` or [Black](https://github.com/psf/black). Ruff also enables -[`B012`](https://docs.astral.sh/ruff/rules/jump-statement-in-finally/), which -corresponds to a `SyntaxWarning`, and -[`PYI057`](https://docs.astral.sh/ruff/rules/byte-string-usage/), which flags +`B012`, which corresponds to a `SyntaxWarning`, and `PYI057`, which flags usage of some long-deprecated APIs in the standard library. If you're just getting started with Ruff, **the default rule set is a great place to start**: it