From bec0385c36db4a68f69db15e2f0fdf998330498e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Doblas=20Jim=C3=A9nez?= Date: Wed, 27 Oct 2021 11:42:34 +0200 Subject: [PATCH] Add codespell to pre-commit --- .pre-commit-config.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ff0b61..95cb40b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,8 @@ repos: rev: 21.9b0 hooks: - id: black -#- repo: https://github.com/codespell-project/codespell -# rev: v2.1.0 -# hooks: -# - id: codespell -I .ignored_words.txt +- repo: https://github.com/codespell-project/codespell + rev: v2.1.0 + hooks: + - id: codespell + entry: codespell --ignore-words .ignored_words.txt