mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Add missing preview link (#9386)
This commit is contained in:
parent
1293383cdc
commit
9a14f403c8
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ impl Violation for MultipleImportsOnOneLine {
|
|||
/// ```
|
||||
///
|
||||
/// [PEP 8]: https://peps.python.org/pep-0008/#imports
|
||||
/// [preview]: https://docs.astral.sh/ruff/preview/
|
||||
#[violation]
|
||||
pub struct ModuleImportNotAtTopOfFile {
|
||||
source_type: PySourceType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue