We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795e813 commit b0940e6Copy full SHA for b0940e6
modules/pre-commit.nix
@@ -329,7 +329,7 @@ in
329
echo 1>&2 " 3. add .pre-commit-config.yaml to .gitignore"
330
else
331
ln -s ${configFile} .pre-commit-config.yaml
332
- # Remove any previously installed hooks (since pre-commit iteslf has no idempotent design)
+ # Remove any previously installed hooks (since pre-commit itself has no convergent design)
333
hooks="pre-commit pre-merge-commit pre-push prepare-commit-msg commit-msg post-checkout post-commit"
334
for hook in $hooks; do
335
pre-commit uninstall -t $hook
0 commit comments