From d160fae065a82057cdb56cd7e35f2fde9ea5ac40 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 26 Aug 2025 15:31:06 -0400 Subject: Don't put colored output in bild mypy check The colored output is not decoded by the nix log accumulator, so you just get these control characters. Get rid of them for more readable output. --- Omni/Bild/Builder.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'Omni/Bild/Builder.nix') diff --git a/Omni/Bild/Builder.nix b/Omni/Bild/Builder.nix index f755684..77205b2 100644 --- a/Omni/Bild/Builder.nix +++ b/Omni/Bild/Builder.nix @@ -143,6 +143,7 @@ with bild; let check python -m mypy \ --explicit-package-bases \ --no-error-summary \ + --no-color-output \ --exclude 'setup\.py$' \ . ''; -- cgit v1.2.3