view .pre-commit-config.yaml @ 800:1108123bd416

chore: ping nvim-treesitter to v0.9.1 until new neovim version
author zegervdv <zegervdv@me.com>
date Mon, 28 Aug 2023 10:27:25 +0000
parents e751d67116ed
children 16d86895ac4b
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.18.1
    hooks:
      - id: stylua-github

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

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