Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
uv venv .venv && source .venv/bin/activate
uv pip install -e ".[dev,test,docs,examples]"
git submodule update --init --recursive # fetch test data
unittest tests/ --cov
python -m unittest discover tests
```

## Package Structure
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ exclude = [
"*.egg-info",
"hed/_version.py", # Auto-generated by setuptools-scm
"spec_tests/hed-examples",
"spec_tests/hed-schemas",
"spec_tests/hed-specification",
"spec_tests/hed-tests",
".status",
]

Expand Down