Skip to content

Commit

Permalink
Add missing preview link (#9386)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jan 4, 2024
1 parent 1293383 commit 9a14f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ruff_linter/src/rules/pycodestyle/rules/imports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9a14f40

Please sign in to comment.