Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
386222a
Fix the src location in the _example_ Makefile ...
underwoo Jul 30, 2025
92adc4b
An idea on how to get the version number
underwoo Jul 30, 2025
b6c5791
Update pyproject.toml
ilaflott Jul 30, 2025
f886fa0
try this syntax
ilaflott Jul 30, 2025
a7c7e1d
Fix pyproject.toml
underwoo Jul 31, 2025
7859ecd
Update fre/__init__.py
underwoo Jul 31, 2025
052746a
Add spell check with cspell action
underwoo Jul 31, 2025
a0691dd
Merge branch 'main' into fun.with.version
underwoo Jul 31, 2025
47193a7
Fix spell check action
underwoo Jul 31, 2025
6416835
Update .cspell/noaa-words.txt
ilaflott Aug 1, 2025
2c955e7
Update __init__.py
ilaflott Aug 1, 2025
2351d95
Update pyproject.toml
ilaflott Aug 1, 2025
f929fe2
Merge branch 'main' into fun.with.version
ilaflott Aug 1, 2025
d4594f9
Update pyproject.toml
ilaflott Aug 1, 2025
4f7371b
Update fre/__init__.py
ilaflott Aug 1, 2025
141d31f
Update pyproject.toml (dependency-groups)
ilaflott Aug 1, 2025
6d95bb3
Update pyproject.toml
ilaflott Aug 1, 2025
057dae9
correct syntax for a pip install .[docs] found. thank you gemini.
ilaflott Aug 8, 2025
a9eb008
Merge branch 'main' into fun.with.version
ilaflott Aug 8, 2025
dba8309
cspell tweaks
ilaflott Aug 8, 2025
4b1c055
Merge remote-tracking branch 'seth/fun.with.version' into fun.with.ve…
ilaflott Aug 8, 2025
1b60d73
lets be less ambitious out the gate here...
ilaflott Aug 8, 2025
a37c5c9
good bad spelling list, sorted, alphabetical, case-sensitive
ilaflott Aug 8, 2025
1d71498
tweaks, getting there
ilaflott Aug 8, 2025
646c74f
few more unknowns that are valid...
ilaflott Aug 8, 2025
f9f419a
tweaks
ilaflott Aug 8, 2025
c0dd529
few more tweaks
ilaflott Aug 8, 2025
ad0a816
fixing spelling errors is a great AI agent task. put a pin on it...
ilaflott Aug 8, 2025
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
68 changes: 68 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"version": "0.2",
"language": "en",
"dictionaryDefinitions": [
{
"name": "ok-unknown-words",
"path": "./.cspell/ok-unknown-words.txt",
"addWords": true
}
],
"dictionaries": [
"ok-unknown-words"
],
"words": [
"Averager",
"Blanton",
"CatalogBuilder",
"CHDIR",
"PPAN",
"cftime",
"chdir",
"climatologies",
"cmip",
"cmor",
"conv",
"cylc-flow",
"cylc-rose",
"fre-nctools",
"freanalysis",
"fregrid",
"gridspec",
"helpdesk",
"interp",
"jsonschema",
"lmod",
"metomi-rose",
"miniforge",
"mkmf",
"modulefiles",
"nbhome",
"ncattr",
"ncattrs",
"nccmp",
"ncrc",
"noaa",
"noarch",
"numpy",
"pathlib",
"plevel",
"preanalysis",
"psfile",
"ptmp",
"pylint",
"pytest",
"pyyaml",
"pythonic",
"regrid",
"regridded",
"runscript",
"setuptools",
"timeavgs",
"underbaked",
"xarray",
"xyinterp",
"yamls",
"yamltools"
]
}
Loading
Loading