Skip to content

Commit

Permalink
Fixes cross-references
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Dec 5, 2024
1 parent 465bf58 commit 3c961da
Showing 1 changed file with 2 additions and 2 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 [`RuntimeCastValue`].
/// instead consider enabling [`ruff_linter::registry::Rule::RuntimeCastValue`].
#[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 [`UnquotedTypeAlias`]
/// In most cases it should be safer to enable [`ruff_linter::registry::Rule::UnquotedTypeAlias`]
/// instead, or to switch to [PEP 695] type aliases, if you have the
/// option to drop support for older Python versions.
///
Expand Down

0 comments on commit 3c961da

Please sign in to comment.