Suite formatting and JoinNodesBuilder (#4805)

This commit is contained in:
Micha Reiser 2023-06-02 16:14:38 +02:00 committed by GitHub
parent 03ee6033f9
commit ebdc4afc33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 431 additions and 4 deletions

View file

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