mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-14 00:25:08 +00:00
Removing trailing whitespace inside multiline strings is unsafe (#9744)
Fix #8037.
This commit is contained in:
parent
7992583908
commit
6e225cb57c
7 changed files with 89 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
mod comment_ranges;
|
||||
mod fstring_ranges;
|
||||
mod indexer;
|
||||
mod multiline_ranges;
|
||||
|
||||
pub use comment_ranges::{tokens_and_ranges, CommentRangesBuilder};
|
||||
pub use indexer::Indexer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue