Skip to content

Commit befe8dd

Browse files
committed
Clarify serial vs parallel runs
1 parent 4766fed commit befe8dd

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1736,8 +1736,10 @@ <h2>Exercise</h2>
17361736
<p>
17371737
Create a <code>.pre-commit-hooks.yaml</code> file for configuring
17381738
your hook from the previous exercise. Note that, by default, hooks
1739-
will run in parallel, if you need to run in serial, specify
1740-
<code>require_serial: true</code>. Be sure to consult
1739+
will run in parallel, meaning that files will be processed in
1740+
batches. If you need to process all files at once, specify
1741+
<code>require_serial: true</code> to run in serial instead. Be sure
1742+
to consult
17411743
<a
17421744
href="https://pre-commit.com/#creating-new-hooks"
17431745
target="_blank"

0 commit comments

Comments
 (0)