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
pre-commit:
parallel: false
parallel: true
commands:
dotnet-format-style:
glob: "*.cs"
run: dotnet format style
dotnet-format-whitespace:
glob: "*.cs"
run: dotnet format whitespace
run: dotnet format
prettier:
run: prettier . --write --loglevel warn
nixfmt: