Add builders for common comment rendering (#3232)

This commit is contained in:
Charlie Marsh 2023-02-25 23:16:24 -05:00 committed by GitHub
parent a8a312e862
commit 51bca19c1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 195 additions and 433 deletions

View file

@ -2,6 +2,7 @@ use std::fs;
use anyhow::Result;
use clap::Parser as ClapParser;
use ruff_python_formatter::cli::Cli;
use ruff_python_formatter::fmt;