Infra: let codespell run in parallel and output in order (#4146)
This commit is contained in:
parent
8444d202c5
commit
d8194ab32c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue