blob: 3c4013342c37588e6d76e04df82ffe1aa8923b83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
repos:
- repo: https://github.com/JohnnyMorganz/StyLua
rev: v0.11.3
hooks:
- id: stylua
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v1.2.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: []
|