view .pre-commit-config.yaml @ 677:2dcf0ae65d5b

Remove repo from brewfile tap spec (#3) * Remove repo from brewfile tap spec * Remove manual tap from action
author Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
date Sat, 01 Oct 2022 07:18:31 +0200
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