mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 10:22:24 +00:00
docs: fix pycodestyle.max-line-length link (#10136)
This commit is contained in:
parent
5abf662365
commit
ab4bd71755
2 changed files with 2 additions and 2 deletions
|
@ -378,7 +378,7 @@ pub struct Options {
|
|||
/// within the `line-length`, it isn't a hard upper bound, and formatted lines may
|
||||
/// exceed the `line-length`.
|
||||
///
|
||||
/// See [`pycodestyle.max-line-length`](#pycodestyle-max-line-length) to configure different lengths for `E501` and the formatter.
|
||||
/// See [`pycodestyle.max-line-length`](#lint_pycodestyle_max-line-length) to configure different lengths for `E501` and the formatter.
|
||||
#[option(
|
||||
default = "88",
|
||||
value_type = "int",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue