aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: 81501523bdfa23c597e7b18945797b202c108b59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
  rev: v4.0.1
  hooks:
    - id: trailing-whitespace
    - id: end-of-file-fixer
    - id: check-yaml
    - id: check-added-large-files
- repo: https://github.com/jumanjihouse/pre-commit-hooks
  rev: 2.1.5
  hooks:
    - id: shellcheck