From d033cfd0b3713a43f27b66287b58116e035ba220 Mon Sep 17 00:00:00 2001 From: Luigi Pertoldi Date: Sun, 31 Dec 2023 19:30:26 +0100 Subject: [PATCH] ci: forgot to update pre-commit config --- .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 5b322ca38..a7b2dfbe4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,7 +49,7 @@ repos: rev: "v2.2.5" hooks: - id: codespell - args: ["-L", "commun,"] + args: ["-L", "commun,precess"] types_or: [rst] - repo: https://github.com/pre-commit/pygrep-hooks