mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 14:52:01 +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.
|
// Create the pyproject.toml.
|
||||||
let pyproject = converter::convert(config)?;
|
let pyproject = converter::convert(config)?;
|
||||||
println!("{}", toml::to_string(&pyproject)?);
|
println!("{}", toml::to_string_pretty(&pyproject)?);
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue