From d8194ab32c3f86f33d14f212e210bc9fdb0a75f5 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:59:06 +0200 Subject: [PATCH] Infra: let codespell run in parallel and output in order (#4146) --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e4826f58..618ee4650 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -93,6 +93,7 @@ repos: hooks: - id: codespell name: "Check for common misspellings in text files" + require_serial: true stages: [manual] # Local checks for PEP headers and more