File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
crates/ruff_workspace/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1919,7 +1919,7 @@ pub struct Flake8TypeCheckingOptions {
1919
1919
/// to inconsistent style with `typing.cast` calls where sometimes the
1920
1920
/// type expression is quoted or partially quoted and other times not,
1921
1921
/// if you'd like to consistently quote type expressions, you should
1922
- /// instead consider enabling [` RuntimeCastValue` ].
1922
+ /// instead consider enabling [ruff_linter::registry::Rule:: RuntimeCastValue].
1923
1923
#[ option(
1924
1924
default = "false" ,
1925
1925
value_type = "bool" ,
@@ -1973,7 +1973,7 @@ pub struct Flake8TypeCheckingOptions {
1973
1973
/// or uses type aliases in things like `isinstance` checks. So only
1974
1974
/// use this if you're confident that it will cause no issues.
1975
1975
///
1976
- /// In most cases it should be safer to enable [` UnquotedTypeAlias` ]
1976
+ /// In most cases it should be safer to enable [ruff_linter::registry::Rule:: UnquotedTypeAlias]
1977
1977
/// instead, or to switch to [PEP 695] type aliases, if you have the
1978
1978
/// option to drop support for older Python versions.
1979
1979
///
You can’t perform that action at this time.
0 commit comments