Add missing preview link (#9386)

This commit is contained in:
Charlie Marsh 2024-01-03 20:54:25 -04:00 committed by GitHub
parent 1293383cdc
commit 9a14f403c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,