view .pre-commit-config.yaml @ 746:cc66c8f2d548

feat: replace vim-grepper with fzf-lua and some mappings
author zegervdv <zegervdv@me.com>
date Thu, 12 Jan 2023 10:06:00 +0100
parents 18b55952980d
children e9a6e3dd0139
line wrap: on
line source

repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.3.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.1
    hooks:
      - id: stylua-github

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

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