Skip to content

Commit

Permalink
add args to codespell (pymc-devs#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin T. Vincent authored Jul 4, 2022
1 parent 29b2173 commit b4a36d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ repos:
hooks:
- id: codespell
files: myst_nbs/
args: ["--write-changes", "--ignore-words-list", "hist,fpr,fro,lik"]
args: ["--write-changes", "--ignore-words-list", "hist,fpr,fro,lik", "--uri-ignore-words-list", "*"]

0 comments on commit b4a36d4

Please sign in to comment.