From ee491452628d120f3fdf129b8d928ebc936b9df3 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 13 May 2021 19:05:24 +0200 Subject: [PATCH] Use codespell to find typos --- .pre-commit-config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5dbd067797c..e461aa39c9d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,12 +24,6 @@ repos: - id: mypy exclude: ^docs/conf.py - - repo: https://github.com/codespell-project/codespell - rev: v2.0.0 - hooks: - - id: codespell - args: [--ignore-words-list="ans, hart, ot, poit, reallllly, tring"] - - repo: https://github.com/pre-commit/mirrors-prettier rev: v2.2.1 hooks: