mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Use pretty-print for flake8-to-ruff
This commit is contained in:
parent
5de1fcd653
commit
8fd713739b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ fn main() -> Result<()> {
|
|||
|
||||
// Create the pyproject.toml.
|
||||
let pyproject = converter::convert(config)?;
|
||||
println!("{}", toml::to_string(&pyproject)?);
|
||||
println!("{}", toml::to_string_pretty(&pyproject)?);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue