Skip to content

Commit a27baaf

Browse files
committed
add back codespell
1 parent 7e886f9 commit a27baaf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,14 @@ repos:
3838
rev: v0.10.0.1
3939
hooks:
4040
- id: shellcheck
41+
42+
# Config file: .codespell_ignore
43+
- repo: https://github.com/codespell-project/codespell
44+
rev: v2.2.6
45+
hooks:
46+
- id: codespell
47+
args: ['-I', '.codespell_ignore', '--uri-ignore-words-list']
48+
exclude: |
49+
(?x)^(
50+
papers/.*
51+
)$

0 commit comments

Comments
 (0)