Skip to content

Commit 7d2b131

Browse files
[CodeStyle][Typos][A1] Fix typo('Accuray') (#7600)
* fix-a2-a5 * fix-Accuray * revert docs\practices\cv\3D_image_classification_from_CT_scans.ipynb change * revert docs\practices\cv\3D_image_classification_from_CT_scans.ipynb change --------- Co-authored-by: ooooo <[email protected]>
1 parent ebf0776 commit 7d2b131

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_typos.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[files]
22
# The following files will be excluded from spell check during commits
3-
extend-exclude = []
3+
extend-exclude = [
4+
# Skip `Accuray ` check in these files
5+
"docs/practices/cv/3D_image_classification_from_CT_scans.ipynb",
6+
]
47

58
[default]
69
# Ignore 1-3 letter words, refer to https://github.com/crate-ci/typos/issues/1079
@@ -22,7 +25,6 @@ unsupport = "unsupport"
2225
Nervana = "Nervana"
2326

2427
# These words need to be fixed
25-
Accuray = "Accuray"
2628
Creenshot = "Creenshot"
2729
Embeddding = "Embeddding"
2830
Embeding = "Embeding"

0 commit comments

Comments
 (0)