Skip to content

Commit 0fa9adc

Browse files
committed
Added submodule exclusions to ruff
1 parent fbdb522 commit 0fa9adc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
uv venv .venv && source .venv/bin/activate
1414
uv pip install -e ".[dev,test,docs,examples]"
1515
git submodule update --init --recursive # fetch test data
16-
unittest tests/ --cov
16+
python -m unittest discover tests
1717
```
1818

1919
## Package Structure

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ exclude = [
132132
"*.egg-info",
133133
"hed/_version.py", # Auto-generated by setuptools-scm
134134
"spec_tests/hed-examples",
135+
"spec_tests/hed-schemas",
135136
"spec_tests/hed-specification",
137+
"spec_tests/hed-tests",
136138
".status",
137139
]
138140

0 commit comments

Comments
 (0)