From 4e3a28e9d822a5060f2e678a0ab8f45ded4d0ef8 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Sat, 9 Oct 2021 17:32:33 +0200 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 79a6900..5dbe6f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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