comparison .pre-commit-config.yaml @ 673:e258ef0fb4cd

Add prettier config (#1) * Update .pre-commit-config.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
author Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
date Thu, 29 Sep 2022 23:03:11 +0200
parents 627d2040c3ff
children 6c07661fbc1f
comparison
equal deleted inserted replaced
672:627d2040c3ff 673:e258ef0fb4cd
3 rev: v4.0.1 3 rev: v4.0.1
4 hooks: 4 hooks:
5 - id: check-yaml 5 - id: check-yaml
6 - id: end-of-file-fixer 6 - id: end-of-file-fixer
7 - id: trailing-whitespace 7 - id: trailing-whitespace
8 8
9 - repo: https://github.com/JohnnyMorganz/StyLua 9 - repo: https://github.com/JohnnyMorganz/StyLua
10 rev: v0.15.0 10 rev: v0.15.0
11 hooks: 11 hooks:
12 - id: stylua 12 - id: stylua
13
14 - repo: https://github.com/pre-commit/mirrors-prettier
15 rev: v2.7.1
16 hooks:
17 - id: prettier