mirror of https://github.com/astral-sh/ruff
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:
parent
20cbbf03b8
commit
5dfc47ff3b
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue