pre-push:
  commands:
    test:
      run: npm test
commit-msg:
  scripts:
    lint-msg.sh:
      runner: bash
pre-commit:
  parallel: true
  commands:
    prettier:
      run: npx prettier --write --ignore-unknown {staged_files}
      stage_fixed: true
