Skip to content

Commit f3a42e3

Browse files
committed
Adjust formatting + enable --write-changes for codespell in pre-commit
1 parent d9ab13f commit f3a42e3

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
@@ -76,8 +76,9 @@ repos:
7676
# Configuration for codespell is in setup.cfg
7777
rev: v2.4.1
7878
hooks:
79-
- id: codespell
80-
exclude: |
81-
(?x)^(
82-
.*/locale/.*
83-
)$
79+
- id: codespell
80+
args: [ --write-changes ]
81+
exclude: |
82+
(?x)^(
83+
.*/locale/.*
84+
)$

0 commit comments

Comments
 (0)