build(lefthook): tweaking setup

This commit is contained in:
Dylan R. E. Moonfire 2022-06-06 21:10:00 -05:00
parent fc0b016c3b
commit 2e952c84cd

View file

@ -5,14 +5,11 @@ pre-push:
run: convco check run: convco check
pre-commit: pre-commit:
parallel: false parallel: true
commands: commands:
dotnet-format-style: dotnet-format-style:
glob: "*.cs" glob: "*.cs"
run: dotnet format style run: dotnet format
dotnet-format-whitespace:
glob: "*.cs"
run: dotnet format whitespace
prettier: prettier:
run: prettier . --write --loglevel warn run: prettier . --write --loglevel warn
nixfmt: nixfmt: