black fmt

This commit is contained in:
ryleu
2026-03-18 23:14:53 -05:00
parent c814f34ca6
commit 5e5a52438d
5 changed files with 50 additions and 10 deletions

8
treefmt.nix Normal file
View File

@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
projectRootFile = "flake.nix";
programs = {
nixfmt.enable = true;
black.enable = true;
};
}