2019-11-14 18:20:42 +00:00
|
|
|
---
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2021-10-25 20:59:14 +00:00
|
|
|
rev: v4.0.1
|
2019-11-14 18:20:42 +00:00
|
|
|
hooks:
|
|
|
|
- id: check-added-large-files
|
|
|
|
- id: check-toml
|
|
|
|
- {id: check-yaml, args: [--allow-multiple-documents]}
|
|
|
|
- id: check-json
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: check-merge-conflict
|
|
|
|
- id: mixed-line-ending
|
|
|
|
- id: check-executables-have-shebangs
|
|
|
|
- id: detect-private-key
|
|
|
|
- id: check-symlinks
|
|
|
|
- id: check-case-conflict
|
|
|
|
- repo: git://github.com/jumanjihouse/pre-commit-hooks
|
2021-10-25 20:59:14 +00:00
|
|
|
rev: 2.1.5
|
2019-11-14 18:20:42 +00:00
|
|
|
hooks:
|
|
|
|
- id: shellcheck
|