Skip to content

Commit 963198d

Browse files
committed
Try fixing docs
1 parent 435b713 commit 963198d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/source/command_line.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,13 +1053,16 @@ enabled by default starting from mypy 2.0.
10531053
of workers is not supported yet.
10541054

10551055
Notes:
1056+
10561057
* An import cycle is always processed as a whole by a worker process. Thus,
10571058
avoiding large import cycles in your code will *significantly* improve
10581059
type-checking speed.
1060+
10591061
* Specifying a number of workers that is larger than the number of *physical*
10601062
CPU cores is not beneficial, since mypy is usually CPU bound. Best way to
10611063
tune the number of workers on a given machine is to start from 2-3 workers
10621064
and increase the number while you see a performance improvement.
1065+
10631066
* Parallel mode requires and automatically enables :option:`--native-parser`.
10641067

10651068

0 commit comments

Comments
 (0)