Skip to content

Commit c7bbcd7

Browse files
authored
Merge pull request #565 from underwoo/fun.with.version
Adjust how the version is specified
2 parents 611fb0a + ad0a816 commit c7bbcd7

File tree

10 files changed

+741
-79
lines changed

10 files changed

+741
-79
lines changed

.cspell.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"version": "0.2",
3+
"language": "en",
4+
"dictionaryDefinitions": [
5+
{
6+
"name": "ok-unknown-words",
7+
"path": "./.cspell/ok-unknown-words.txt",
8+
"addWords": true
9+
}
10+
],
11+
"dictionaries": [
12+
"ok-unknown-words"
13+
],
14+
"words": [
15+
"Averager",
16+
"Blanton",
17+
"CatalogBuilder",
18+
"CHDIR",
19+
"PPAN",
20+
"cftime",
21+
"chdir",
22+
"climatologies",
23+
"cmip",
24+
"cmor",
25+
"conv",
26+
"cylc-flow",
27+
"cylc-rose",
28+
"fre-nctools",
29+
"freanalysis",
30+
"fregrid",
31+
"gridspec",
32+
"helpdesk",
33+
"interp",
34+
"jsonschema",
35+
"lmod",
36+
"metomi-rose",
37+
"miniforge",
38+
"mkmf",
39+
"modulefiles",
40+
"nbhome",
41+
"ncattr",
42+
"ncattrs",
43+
"nccmp",
44+
"ncrc",
45+
"noaa",
46+
"noarch",
47+
"numpy",
48+
"pathlib",
49+
"plevel",
50+
"preanalysis",
51+
"psfile",
52+
"ptmp",
53+
"pylint",
54+
"pytest",
55+
"pyyaml",
56+
"pythonic",
57+
"regrid",
58+
"regridded",
59+
"runscript",
60+
"setuptools",
61+
"timeavgs",
62+
"underbaked",
63+
"xarray",
64+
"xyinterp",
65+
"yamls",
66+
"yamltools"
67+
]
68+
}

0 commit comments

Comments
 (0)