Skip to content

Commit df46961

Browse files
committed
Tweak environment intro
1 parent befe8dd commit df46961

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -724,16 +724,18 @@ <h3>
724724
<h3>Commit your changes</h3>
725725
<div class="r-stack r-stack-left">
726726
<p class="fragment fade-in-then-out" data-fragment-index="0">
727-
This once again triggers an update to the environment used for
728-
running the checks:
727+
This once again triggers an update to the environments used for
728+
running the checks (it creates a separate one for running
729+
<code>ruff</code>):
729730
</p>
730731
<p class="fragment fade-in-then-out" data-fragment-index="1">
731-
All hooks that were added or modified hooks need to be updated in
732-
the environment:
732+
All hooks that were added or modified will trigger updates to
733+
their respective environments (one environment per
734+
<code>repo</code>):
733735
</p>
734736
<p class="fragment fade-in-then-out" data-fragment-index="2">
735-
This will be slower the first time, but the environment persists
736-
until modification:
737+
This will be slower the first time, but the environments persist
738+
until their respective <code>repo</code> sections are modified:
737739
</p>
738740
<p class="fragment fade-in-then-out" data-fragment-index="3">
739741
Hook order in the configuration file matters &ndash; hooks run in

0 commit comments

Comments
 (0)