8000 Configure codespell optimally · scikit-learn/scikit-learn@e5064fd · GitHub
[go: up one dir, main page]

Skip to content

Commit e5064fd

Browse files
Configure codespell optimally
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
1 parent f33fb0a commit e5064fd

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
aggresive
2+
aline
3+
ba
4+
basf
5+
boun
6+
bre
7+
cach
8+
complies
9+
coo
10+
copys
11+
deine
12+
fo
13+
fpr
14+
fro
15+
fwe
16+
gool
17+
hart
18+
hist
19+
ines
20+
inout
21+
ist
22+
jaques
23+
lod
24+
mape
25+
mor
26+
nd
27+
nmae
28+
ocur
29+
pullrequest
30+
ro
31+
soler
32+
suprised
33+
te
34+
technic
35+
teh
36+
thi
37+
usal
38+
winn
39+
yau

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,7 @@ ignore =
7171
sklearn/utils/_seq_dataset.pxd
7272
sklearn/utils/_weight_vector.pyx
7373
sklearn/utils/_weight_vector.pxd
74+
75+
[codespell]
76+
skip = ./doc/themes/scikit-learn-modern/static/js,./sklearn/feature_extraction/_stop_words.py,./doc/_build,./doc/auto_examples,./doc/modules/generated
77+
ignore-words = build_tools/codespell_ignore_words.txt

0 commit comments

Comments
 (0)
0