2018-01-15 16:12:51 +01:00
|
|
|
repos:
|
|
|
|
|
- repo: git://github.com/pre-commit/pre-commit-hooks
|
2020-01-21 05:19:46 -05:00
|
|
|
rev: v2.4.0
|
2018-01-15 16:12:51 +01:00
|
|
|
hooks:
|
|
|
|
|
- id: check-yaml
|
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
|
- id: trailing-whitespace
|
|
|
|
|
- id: check-case-conflict
|
|
|
|
|
- id: check-merge-conflict
|
2018-04-21 11:22:47 +02:00
|
|
|
- id: check-executables-have-shebangs
|
2020-01-21 05:19:46 -05:00
|
|
|
#- repo: git://github.com/jumanjihouse/pre-commit-hooks
|
|
|
|
|
# rev: 1.11.2
|
|
|
|
|
# hooks:
|
|
|
|
|
# - id: shellcheck
|
|
|
|
|
# - id: shfmt
|