1
0
Fork 0

Update .pre-commit-config.yaml

This commit is contained in:
Daniele Tricoli 2021-10-09 17:32:33 +02:00
parent 8dcba6e28e
commit 4e3a28e9d8
1 changed files with 9 additions and 8 deletions

View File

@ -1,14 +1,15 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.0.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/Jason3S/cspell
rev: v3.2.10
- id: check-added-large-files
- id: check-merge-conflict
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v5.6.10
hooks:
- id: cspell
- id: cspell