view .pre-commit-config.yaml @ 696:22efd3b888f8

feat: enable spellchecking for select filetypes using spellsitter to only check comments
author zegervdv <zegervdv@me.com>
date Sun, 09 Oct 2022 10:51:43 +0200
parents 65f405947a28
children 18b55952980d
line wrap: on
line source

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

  - repo: https://github.com/pre-commit/mirrors-prettier
    rev: v2.7.1
    hooks:
      - id: prettier

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