mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Replace black with ruff
This commit is contained in:
parent
ff89efb6d9
commit
25f0dfbd74
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ roots = ["Cargo.toml"]
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "python"
|
name = "python"
|
||||||
roots = ["pyproject.toml"]
|
roots = ["pyproject.toml"]
|
||||||
formatter = { command = "black", args = ["-q", "-"] }
|
formatter = { command = "ruff", args = ["format", "-q", "-"] }
|
||||||
auto-format = true
|
auto-format = true
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
|
|
Loading…
Reference in a new issue