mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 22:01:47 +00:00
Fix broken documentation links affected by namespace changes in lint rules (#10182)
This commit is contained in:
parent
0373b51823
commit
8b5daaec7d
3 changed files with 10 additions and 10 deletions
|
@ -83,7 +83,7 @@ impl Violation for AmbiguousUnicodeCharacterString {
|
|||
/// spec recommends `GREEK CAPITAL LETTER OMEGA` over `OHM SIGN`.
|
||||
///
|
||||
/// You can omit characters from being flagged as ambiguous via the
|
||||
/// [`allowed-confusables`] setting.
|
||||
/// [`lint.allowed-confusables`] setting.
|
||||
///
|
||||
/// ## Example
|
||||
/// ```python
|
||||
|
@ -136,7 +136,7 @@ impl Violation for AmbiguousUnicodeCharacterDocstring {
|
|||
/// spec recommends `GREEK CAPITAL LETTER OMEGA` over `OHM SIGN`.
|
||||
///
|
||||
/// You can omit characters from being flagged as ambiguous via the
|
||||
/// [`allowed-confusables`] setting.
|
||||
/// [`lint.allowed-confusables`] setting.
|
||||
///
|
||||
/// ## Example
|
||||
/// ```python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue