1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Replace black with ruff

This commit is contained in:
Mo 2023-11-03 11:13:34 +01:00
parent ff89efb6d9
commit 25f0dfbd74

View file

@ -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]]