view .pre-commit-config.yaml @ 758:3a07cc5c825a

feat: add global expanding shortcuts copied from https://stackoverflow.com/questions/28573145/how-can-i-move-the-cursor-after-a-zsh-abbreviation
author zegervdv <zegervdv@me.com>
date Fri, 10 Mar 2023 16:02:39 +0000
parents e9a6e3dd0139
children ec5b57266af2
line wrap: on
line source

repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.4.0
    hooks:
      - id: check-yaml
      - id: check-toml
      - id: end-of-file-fixer
      - id: trailing-whitespace
      - id: check-merge-conflict

  - repo: https://github.com/JohnnyMorganz/StyLua
    rev: v0.15.3
    hooks:
      - id: stylua-github

  - repo: https://github.com/pre-commit/mirrors-prettier
    rev: v3.0.0-alpha.4
    hooks:
      - id: prettier

exclude: "^(.chezmoiexternal.toml)$"