diff options
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 |
