mirror of https://github.com/astral-sh/ruff
Fix typo (#7828)
This commit is contained in:
parent
609a78b13e
commit
1eac457c1b
|
|
@ -31,7 +31,7 @@ use ruff_text_size::TextSize;
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// ## References
|
/// ## References
|
||||||
/// - [<ypy](https://mypy.readthedocs.io/en/stable/common_issues.html#spurious-errors-and-locally-silencing-the-checker)
|
/// - [mypy](https://mypy.readthedocs.io/en/stable/common_issues.html#spurious-errors-and-locally-silencing-the-checker)
|
||||||
#[violation]
|
#[violation]
|
||||||
pub struct BlanketTypeIgnore;
|
pub struct BlanketTypeIgnore;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue