Skip to content

Commit cdbe553

Browse files
committed
drop todo
1 parent 96a237e commit cdbe553

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/ruff_server/src/lint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pub(crate) fn check(
9797
};
9898

9999
let SourceType::Python(source_type) = query.source_type() else {
100-
return DiagnosticsMap::default(); // todo?
100+
return DiagnosticsMap::default();
101101
};
102102

103103
let target_version = settings.linter.resolve_target_version(&document_path);

0 commit comments

Comments
 (0)