-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule specification
updated
22 files
+184 −362 | .all-contributorsrc | |
+35 −10 | .github/workflows/publish_schema.yml | |
+0 −2 | .gitignore | |
+1 −1 | .pre-commit-config.yaml | |
+6 −348 | .tributors | |
+118 −228 | CITATION.cff | |
+14 −334 | CONTRIBUTING.md | |
+66 −120 | README.md | |
+4 −20 | macros_doc.md | |
+3 −0 | mkdocs.yml | |
+3 −44 | src/appendices/contributors.md | |
+7 −1 | src/common-principles.md | |
+1 −0 | src/modality-specific-files/intracranial-electroencephalography.md | |
+2 −0 | src/schema/objects/columns.yaml | |
+8 −0 | src/schema/objects/extensions.yaml | |
+8 −0 | src/schema/rules/checks/func.yaml | |
+1 −0 | src/schema/rules/files/raw/ieeg.yaml | |
+10 −23 | tools/add_contributors.py | |
+0 −31 | tools/check_contributor.py | |
+1 −5 | tools/schemacode/bidsschematools/conftest.py | |
+14 −1 | tools/schemacode/bidsschematools/data/tests/test_rules.py | |
+1 −5 | tools/schemacode/bidsschematools/tests/test_make_testdata.py |