8000 MAINT Codespell configuration (#21051) · scikit-learn/scikit-learn@6edbffd · GitHub
[go: up one dir, main page]

Skip to content

Commit 6edbffd

Browse files
MAINT Codespell configuration (#21051)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
1 parent d152b1e commit 6edbffd

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
aggresive
2+
aline
3+
ba
4+
basf
5+
boun
6+
bre
7+
cach
8+
complies
9+
coo
10+
copys
11+
deine
12+
didi
13+
feld
14+
fo
15+
fpr
16+
fro
17+
fwe
18+
gool
19+
hart
20+
hist
21+
ines
22+
inout
23+
ist
24+
jaques
25+
linke
26+
lod
27+
mape
28+
mor
29+
nd
30+
nmae
31+
ocur
32+
pullrequest
33+
ro
34+
soler
35+
suh
36+
suprised
37+
te
38+
technic
39+
teh
40+
thi
41+
usal
42+
vie
43+
wan
44+
winn
45+
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 = ./.git,./.mypy_cache,./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