Skip to content

Commit b4a36d4

Browse files
author
Benjamin T. Vincent
authored
add args to codespell (#392)
1 parent 29b2173 commit b4a36d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ repos:
108108
hooks:
109109
- id: codespell
110110
files: myst_nbs/
111-
args: ["--write-changes", "--ignore-words-list", "hist,fpr,fro,lik"]
111+
args: ["--write-changes", "--ignore-words-list", "hist,fpr,fro,lik", "--uri-ignore-words-list", "*"]

0 commit comments

Comments
 (0)