15 lines
371 B
YAML
15 lines
371 B
YAML
|
repos:
|
||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
rev: v3.2.0
|
||
|
hooks:
|
||
|
- id: trailing-whitespace
|
||
|
- id: end-of-file-fixer
|
||
|
- id: check-yaml
|
||
|
args:
|
||
|
- --allow-multiple-documents
|
||
|
- id: check-merge-conflict
|
||
|
- repo: https://github.com/shellcheck-py/shellcheck-py
|
||
|
rev: v0.7.1.1
|
||
|
hooks:
|
||
|
- id: shellcheck
|