diff options
| author | vkcku <[email protected]> | 2026-06-01 20:39:06 +0530 |
|---|---|---|
| committer | vkcku <[email protected]> | 2026-06-01 20:39:06 +0530 |
| commit | 849fa5b012d71eb0b8e3510127f5817a9f0e1aa7 (patch) | |
| tree | 3c41f7449b71c619b17272684eb9b15aad82f2cd /root/nix/_treefmt.nix | |
| parent | infra: create monorepo-public repo if needed (diff) | |
root: add script to push to public monorepo
monorepo-revid: a185caa6046909e6a4a04114a2876052555af252
Diffstat (limited to 'root/nix/_treefmt.nix')
| -rw-r--r-- | root/nix/_treefmt.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/root/nix/_treefmt.nix b/root/nix/_treefmt.nix index ea07aaa..bf67429 100644 --- a/root/nix/_treefmt.nix +++ b/root/nix/_treefmt.nix @@ -9,6 +9,10 @@ let "private/*" # keep-sorted end ]; + + programs = { + ruff-format.enable = true; + }; }; in treefmt-nix.lib.mkWrapper pkgs conf |
