Skip to content

Commit f2924bd

Browse files
author
Dave Berenbaum
authored
codespell: disable for .ipynb files (#724)
1 parent ad424fb commit f2924bd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.pre-commit-config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ repos:
2828
hooks:
2929
- id: codespell
3030
additional_dependencies: ["tomli"]
31+
exclude: >
32+
(?x)^(
33+
.*\.ipynb
34+
)$
3135
- repo: https://github.com/PyCQA/isort
3236
rev: 5.12.0
3337
hooks:

examples/DVCLive-HuggingFace.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"#### Loading the dataset\n",
6767
"\n",
6868
"We will use the [imdb](https://huggingface.co/datasets/imdb) Large Movie Review Dataset. This is a dataset for binary\n",
69-
"sentiment classification containing a set of 25K movie reviews for traning and\n",
69+
"sentiment classification containing a set of 25K movie reviews for training and\n",
7070
"25K for testing.\n"
7171
]
7272
},

0 commit comments

Comments
 (0)