|
|
|
@ -6,11 +6,12 @@ repos:
|
|
|
|
|
hooks:
|
|
|
|
|
# - id: trailing-whitespace
|
|
|
|
|
# - id: end-of-file-fixer
|
|
|
|
|
- id: check-yaml
|
|
|
|
|
- id: check-json
|
|
|
|
|
- id: check-xml
|
|
|
|
|
- id: check-symlinks
|
|
|
|
|
- id: check-added-large-files
|
|
|
|
|
- id: check-yaml
|
|
|
|
|
- id: check-json
|
|
|
|
|
- id: check-xml
|
|
|
|
|
- id: check-symlinks
|
|
|
|
|
- id: check-added-large-files
|
|
|
|
|
args: ['--maxkb=1500']
|
|
|
|
|
|
|
|
|
|
- repo: https://github.com/Lucas-C/pre-commit-hooks-nodejs
|
|
|
|
|
rev: v1.1.2
|
|
|
|
|