mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-12 13:27:28 +00:00
Add builders for common comment rendering (#3232)
This commit is contained in:
parent
a8a312e862
commit
51bca19c1d
13 changed files with 195 additions and 433 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue