20 lines
551 B
YAML
20 lines
551 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: 'v4.4.0'
|
|
hooks:
|
|
- id: check-yaml
|
|
args:
|
|
- --allow-multiple-documents
|
|
- id: check-merge-conflict
|
|
- id: check-executables-have-shebangs
|
|
- id: check-shebang-scripts-are-executable
|
|
- id: check-symlinks
|
|
- id: check-vcs-permalinks
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- repo: https://github.com/specklesystems/pre-commit
|
|
rev: '0.2.0'
|
|
hooks:
|
|
- id: ggshield-not-ci
|
|
name: ggshield
|