Skip to content

Commit a73d816

Browse files
committed
Added tests to typos exclusions and updated submodules
1 parent f8e4c8b commit a73d816

6 files changed

Lines changed: 5 additions & 6 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ Desktop.ini
137137
# Project specific
138138
schema_cache_test/
139139
hed_cache/
140-
spec_tests/hed-specification/tests
141140
spec_tests/*.json
142141

143142
# GitHub Copilot instructions (project-specific)

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The main purpose of this release is to clean up the CLI for the hedtools and to
121121
- `hed/scripts/extract_tabular_summary.py` - Non-BIDS tabular summarization
122122
- `hed/scripts/script_utils.py` - Shared utility functions for scripts
123123

124-
**Script uilities:**
124+
**Script utilities:**
125125

126126
- Centralized logging setup across all scripts
127127
- Standardized validation result formatting

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ ruff format tests/
203203

204204
**Configuration:** Formatter settings are in `pyproject.toml` under `[tool.ruff.format]` with a line length of 120 characters.
205205

206-
**Exclusions:** Ruff automatically excludes `.venv/`, `__pycache__/`, auto-generated files (`hed/_version.py`), and external repos (`spec_tests/hed-examples/`, `spec_tests/hed-specification/`).
206+
**Exclusions:** Ruff automatically excludes `.venv/`, `__pycache__/`, auto-generated files (`hed/_version.py`), and external repos (`spec_tests/hed-examples/`, `spec_tests/hed-schemas/`).
207207

208208
**CI integration:** All code is automatically checked for formatting in GitHub Actions. Run `ruff format .` before committing to ensure your code passes CI checks.
209209

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ extend-exclude = [
125125
"*.rdf",
126126
"*.jsonld",
127127
"spec_tests/",
128+
"tests/",
128129
"*.xml",
129130
"*.mediawiki",
130131
"*.omn",
@@ -158,7 +159,6 @@ exclude = [
158159
'hed/_version.py', # Auto-generated by setuptools-scm
159160
'spec_tests/hed-examples',
160161
'spec_tests/hed-schemas',
161-
'spec_tests/hed-specification',
162162
'spec_tests/hed-tests',
163163
'.status',
164164
]

spec_tests/hed-schemas

0 commit comments

Comments
 (0)