mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-23 15:46:32 +00:00
18 lines
466 B
YAML
18 lines
466 B
YAML
---
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.4.0
|
|
hooks:
|
|
- id: check-added-large-files
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-merge-conflict
|
|
- id: mixed-line-ending
|
|
- id: check-executables-have-shebangs
|
|
- id: check-symlinks
|
|
- id: check-case-conflict
|
|
- repo: git://github.com/jumanjihouse/pre-commit-hooks
|
|
rev: 1.11.0
|
|
hooks:
|
|
- id: shellcheck
|