We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4766fed commit befe8ddCopy full SHA for befe8dd
1 file changed
index.html
@@ -1736,8 +1736,10 @@ <h2>Exercise</h2>
1736
<p>
1737
Create a <code>.pre-commit-hooks.yaml</code> file for configuring
1738
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
+ will run in parallel, meaning that files will be processed in
+ 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
1743
<a
1744
href="https://pre-commit.com/#creating-new-hooks"
1745
target="_blank"
0 commit comments