Skip to content

Commit

Permalink
Switches to a relative link
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Dec 5, 2024
1 parent b3e9240 commit c05eb50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions crates/ruff_workspace/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1919,7 +1919,7 @@ pub struct Flake8TypeCheckingOptions {
/// to inconsistent style with `typing.cast` calls where sometimes the
/// type expression is quoted or partially quoted and other times not,
/// if you'd like to consistently quote type expressions, you should
/// instead consider enabling [`runtime-cast-value`](/rules/runtime-cast-value/).
/// instead consider enabling [`runtime-cast-value`](rules/runtime-cast-value/).
#[option(
default = "false",
value_type = "bool",
Expand Down Expand Up @@ -1973,7 +1973,7 @@ pub struct Flake8TypeCheckingOptions {
/// or uses type aliases in things like `isinstance` checks. So only
/// use this if you're confident that it will cause no issues.
///
/// In most cases it should be safer to enable [`unquoted-type-alias`](/rules/unquoted-type-alias/)
/// In most cases it should be safer to enable [`unquoted-type-alias`](rules/unquoted-type-alias/)
/// instead, or to switch to [PEP 695] type aliases, if you have the
/// option to drop support for older Python versions.
///
Expand Down
4 changes: 2 additions & 2 deletions ruff.schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c05eb50

Please sign in to comment.