shoestrap/.pre-commit-config.yaml

25 lines
705 B
YAML
Raw Permalink Normal View History

---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2021-10-25 20:59:14 +00:00
rev: v4.0.1
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
2022-04-05 23:55:17 +00:00
- repo: https://github.com/jumanjihouse/pre-commit-hooks
2021-10-25 20:59:14 +00:00
rev: 2.1.5
hooks:
- id: shellcheck
2023-02-24 22:36:47 +00:00
# files: (.*\.sh$|^recipes/.*)
types: [shell, executable]
# files: ^recipes