Skip to content

Commit 31ab053

Browse files
committed
Fix codespell checking the papers directory
Fix the papers directory match and add '*' to the words to ignore in a URI, so https://etc doesn't get flagged..
1 parent bdf3c7f commit 31ab053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ repos:
3838
rev: v2.3.0
3939
hooks:
4040
- id: codespell
41-
args: ['-I', '.codespell_ignore', '--uri-ignore-words-list']
42-
exclude: |
41+
args: ['-I', '.codespell_ignore', '--uri-ignore-words-list', '*']
42+
exclude: >
4343
(?x)^(
4444
papers/.*
4545
)$

0 commit comments

Comments
 (0)