aboutsummaryrefslogtreecommitdiff
path: root/root/nix/_treefmt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'root/nix/_treefmt.nix')
-rw-r--r--root/nix/_treefmt.nix4
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