Skip to content

Commit aef702f

Browse files
committed
ci: run codespell only in pre-commit stage to avoid duplicate output
1 parent 39eb615 commit aef702f

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
@@ -15,4 +15,5 @@
1515
rev: v2.4.1
1616
hooks:
1717
- id: codespell
18+
stages: [pre-commit]
1819
args: [--config=.codespellrc]

0 commit comments

Comments
 (0)