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.
2 parents 3166381 + dc6812e commit c11e43aCopy full SHA for c11e43a
modules/pre-commit.nix
@@ -64,11 +64,11 @@ let
64
ln -fs ${configFile} src/.pre-commit-config.yaml
65
cd src
66
rm -rf .git
67
- git init
+ git init -q
68
git add .
69
git config --global user.email "you@example.com"
70
git config --global user.name "Your Name"
71
- git commit -m "init"
+ git commit -m "init" -q
72
if [[ ${toString (compare install_stages [ "manual" ])} -eq 0 ]]
73
then
74
echo "Running: $ pre-commit run --hook-stage manual --all-files"
0 commit comments