From 5dfc47ff3b20161d3a94682a441bdeda993c920a Mon Sep 17 00:00:00 2001 From: Brent Westbrook Date: Thu, 2 Oct 2025 11:21:59 -0400 Subject: [PATCH] remove links from readme since we extract this piece for inclusion in the docs, the links would need to be relative, but then they wouldn't work in the readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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