mirror of https://github.com/astral-sh/ruff
Use pretty-print for flake8-to-ruff
This commit is contained in:
parent
5de1fcd653
commit
8fd713739b
|
|
@ -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…
Reference in New Issue