Skip to content

Commit d8194ab

Browse files
authored
Infra: let codespell run in parallel and output in order (#4146)
1 parent 8444d20 commit d8194ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ repos:
9393
hooks:
9494
- id: codespell
9595
name: "Check for common misspellings in text files"
96+
require_serial: true
9697
stages: [manual]
9798

9899
# Local checks for PEP headers and more

0 commit comments

Comments
 (0)