summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: 5350d215b584f9d6880bacbcd657e870ea35ec75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
repos:
  - repo: https://github.com/compilerla/conventional-pre-commit
    rev: v1.2.0
    hooks:
      - id: conventional-pre-commit
        stages: [commit-msg]
        args: []
  - repo: https://github.com/koalaman/shellcheck-precommit
    rev: v0.8.0
    hooks:
      - id: shellcheck