From 3ec802e036cba81860dc790b066f22641489110f Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 1 Jan 2023 20:48:00 -0500 Subject: Add black and pylint --- Biz/Bild.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Biz/Bild.nix') diff --git a/Biz/Bild.nix b/Biz/Bild.nix index 8fe20db..4be456f 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -148,13 +148,16 @@ rec { lolcat #nixops # fails to build ormolu - (private.nixpkgs.python3.withPackages(p: - with p; [ + (private.nixpkgs.python3.withPackages(p: with p; [ transformers pytorch private.nixpkgs.python3Packages.bitsandbytes private.nixpkgs.python3Packages.accelerate + # lint tools: + black + pylint ])) + shellcheck wemux ]; -- cgit v1.2.3