Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
- id: codespell
additional_dependencies: [tomli]
exclude: "^.*.jsonlines$"
args: ["--toml", "pyproject.toml"]
args: ["--toml", "pyproject.toml", "--ignore-words-list=classfication"]

default_language_version:
python: python3
1 change: 1 addition & 0 deletions source/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ rapids-snowflake-cudf/notebook
cuml-snowflake-nb/notebook
rapids-coiled-cudf/notebook
rapids-morpheus-pipeline/notebook
lulc-classification-gpu/notebook
```
Loading