Skip to content

Commit 18bf116

Browse files
committed
[WIP] test parallel checking
1 parent d99e2c9 commit 18bf116

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
@@ -1168,7 +1168,7 @@ def add_invertible_flag(
11681168

11691169
# Experimental parallel type-checking support.
11701170
internals_group.add_argument(
1171-
"-n", "--num-workers", type=int, default=0, help=argparse.SUPPRESS
1171+
"-n", "--num-workers", type=int, default=2, help=argparse.SUPPRESS
11721172
)
11731173

11741174
report_group = parser.add_argument_group(

0 commit comments

Comments
 (0)