From 0fd178d432f0564c82a4852dfc3c38dd5335b6f6 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 26 Aug 2025 16:06:30 -0400 Subject: Include summary in mypy build output This is actually useful because nix only shows the last 25 log lines, so I'd like to know how deep the problems go with a summary. --- Omni/Bild/Builder.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/Omni/Bild/Builder.nix b/Omni/Bild/Builder.nix index 77205b2..6731185 100644 --- a/Omni/Bild/Builder.nix +++ b/Omni/Bild/Builder.nix @@ -142,7 +142,6 @@ with bild; let touch ./py.typed check python -m mypy \ --explicit-package-bases \ - --no-error-summary \ --no-color-output \ --exclude 'setup\.py$' \ . -- cgit v1.2.3