Infra: let codespell run in parallel and output in order (#4146)

This commit is contained in:
Hugo van Kemenade 2024-12-15 22:59:06 +02:00 committed by GitHub
parent 8444d202c5
commit d8194ab32c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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