Skip to content

Commit

Permalink
Infra: let codespell run in parallel and output in order (#4146)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Dec 15, 2024
1 parent 8444d20 commit d8194ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8194ab

Please sign in to comment.