mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-23 04:55:09 +00:00
Suite formatting and JoinNodesBuilder
(#4805)
This commit is contained in:
parent
03ee6033f9
commit
ebdc4afc33
5 changed files with 431 additions and 4 deletions
|
@ -17,6 +17,7 @@ use ruff_python_ast::source_code::{CommentRanges, CommentRangesBuilder, Locator}
|
|||
use crate::comments::{dangling_comments, leading_comments, trailing_comments, Comments};
|
||||
use crate::context::PyFormatContext;
|
||||
|
||||
pub(crate) mod builders;
|
||||
pub mod cli;
|
||||
mod comments;
|
||||
pub(crate) mod context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue