Skip to content

Commit 0eb7292

Browse files
authored
Use parallel checking in self check (#21221)
Let's start dogfooding parallel type checking. This is about 3x faster for a cold run than sequential on my mac laptop (not compiled).
1 parent 19cf4d9 commit 0eb7292

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy_self_check.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ show_traceback = True
2323

2424
# Miscellaneous
2525
sqlite_cache = True
26+
num_workers = 4

0 commit comments

Comments
 (0)