view .pre-commit-config.yaml @ 676:128696498485

enable ctrl-w to erase parts of pathname in zsh
author zegervdv <zegervdv@me.com>
date Fri, 30 Sep 2022 07:32:55 +0000
parents 6c07661fbc1f
children 65f405947a28
line wrap: on
line source

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

  - 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