Skip to content

Commit 624e60c

Browse files
committed
Try without the only once notes noise
1 parent 853daa9 commit 624e60c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def main(
9797
stdout, stderr, options.hide_error_codes, hide_success=bool(options.output)
9898
)
9999

100-
options.num_workers = 2
100+
options.num_workers = 1
101101
if options.cache_dir == os.devnull:
102102
options.cache_dir = defaults.CACHE_DIR
103103

0 commit comments

Comments
 (0)