view .pre-commit-config.yaml @ 881:0db6e0af480e

close pre-commit branch
author Zeger Van de Vannet <zeger@vandevan.net>
date Fri, 26 Apr 2024 07:57:12 +0200
parents 768ab9f6fdf0
children
line wrap: on
line source

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

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

exclude: "^(.chezmoiexternal.toml|.chezmoitemplates/lazy-lock.json)$"