mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-05 10:36:29 +00:00
22 lines
605 B
YAML
22 lines
605 B
YAML
---
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
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
|
|
- repo: https://github.com/jumanjihouse/pre-commit-hooks
|
|
rev: 2.1.5
|
|
hooks:
|
|
- id: shellcheck
|