pre-commit:
  piped: true
  fail_on_changes: always
  commands:
    update:
      run: yarn run update
    prettier:
      glob: '*.{js,mjs,json,yml,md}'
      run: yarn prettier --write {staged_files}
