Skip to content

Commit 2ab3c8d

Browse files
committed
Adjust formatting + enable --write-changes for codespell in pre-commit
1 parent 8849593 commit 2ab3c8d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pre-commit-config.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@ repos:
115115
# Configuration for codespell is in setup.cfg
116116
rev: v2.4.1
117117
hooks:
118-
- id: codespell
119-
exclude: |
120-
(?x)^(
121-
.*/locale/.*
122-
)$
118+
- id: codespell
119+
args: [ --write-changes ]
120+
exclude: |
121+
(?x)^(
122+
.*/locale/.*
123+
)$

0 commit comments

Comments
 (0)