mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-02 23:33:05 +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]]
|
||||
name = "python"
|
||||
roots = ["pyproject.toml"]
|
||||
formatter = { command = "black", args = ["-q", "-"] }
|
||||
formatter = { command = "ruff", args = ["format", "-q", "-"] }
|
||||
auto-format = true
|
||||
|
||||
[[language]]
|
||||
|
|
Loading…
Reference in a new issue