mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-05 09:16:28 +00:00
22 lines
604 B
YAML
22 lines
604 B
YAML
---
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.4.0
|
|
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
|
|
rev: 1.11.0
|
|
hooks:
|
|
- id: shellcheck
|