From c5f6185325472b2fa7c678f497b1dbd02ed7dd98 Mon Sep 17 00:00:00 2001 From: Jukka Lehtosalo Date: Tue, 14 Apr 2026 11:15:14 +0100 Subject: [PATCH 1/3] Use parallel checking in self check Let's start dogfooding parallel type checking. This is about 3x faster than sequential on my mac laptop (not compiled). --- mypy_self_check.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/mypy_self_check.ini b/mypy_self_check.ini index cec47fb85b115..7780edb0cf0cb 100644 --- a/mypy_self_check.ini +++ b/mypy_self_check.ini @@ -23,3 +23,4 @@ show_traceback = True # Miscellaneous sqlite_cache = True +num_workers = 4 From 1f28461c368e9e7bac2f5508fc91be1306affcaa Mon Sep 17 00:00:00 2001 From: Jukka Lehtosalo Date: Tue, 14 Apr 2026 15:58:29 +0100 Subject: [PATCH 2/3] Empty commit to trigger builds From 961f9827bd796cbdb88d21f3eda1ef0cfc0f32e3 Mon Sep 17 00:00:00 2001 From: Jukka Lehtosalo Date: Tue, 14 Apr 2026 18:17:44 +0100 Subject: [PATCH 3/3] Empty commit to trigger builds