From abe49304551a31cf54f1e7e491506f54f514075a Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:23:52 +0200 Subject: [PATCH] Infra: let codespell run in parallel and output in order --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e4826f5801..618ee4650e9 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