From 00a8b4154d254e14000b0efe2ad7f330838c3bd0 Mon Sep 17 00:00:00 2001 From: Mathieu Scheltienne Date: Wed, 4 Dec 2024 13:53:32 +0100 Subject: [PATCH] fix pre-commit codespell configuration --- .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 e425a7d..4524d98 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: rev: v2.3.0 hooks: - id: codespell - args: [--write-changes] + args: [--write-changes, --ignore-words=.codespellignore] additional_dependencies: [tomli] - repo: https://github.com/mscheltienne/bibclean