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
This commit is contained in:
Brent Westbrook 2025-10-02 11:21:59 -04:00
parent 20cbbf03b8
commit 5dfc47ff3b
1 changed files with 1 additions and 3 deletions

View File

@ -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` 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, 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 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 `B012`, which corresponds to a `SyntaxWarning`, and `PYI057`, which flags
corresponds to a `SyntaxWarning`, and
[`PYI057`](https://docs.astral.sh/ruff/rules/byte-string-usage/), which flags
usage of some long-deprecated APIs in the standard library. 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 If you're just getting started with Ruff, **the default rule set is a great place to start**: it