From c1a61879a3a15a2270272a36f1caec942054cab4 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 13 May 2021 19:02:55 +0200 Subject: [PATCH] Use codespell to find typos --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f522c25ce09..5dbd067797c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: rev: v2.0.0 hooks: - id: codespell - args: [--ignore-words-list="ans,hart,ot,poit,reallllly,tring"] + args: [--ignore-words-list="ans, hart, ot, poit, reallllly, tring"] - repo: https://github.com/pre-commit/mirrors-prettier rev: v2.2.1