view .pre-commit-config.yaml @ 674:5631c3f65dc1

Add checks for applying config (#2)
author Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
date Thu, 29 Sep 2022 23:04:45 +0200
parents e258ef0fb4cd
children 6c07661fbc1f
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

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