Skip to content

Commit

Permalink
chore(deps): bump bids-validator/spec from 5b835b0 to bd08602 (#1922
Browse files Browse the repository at this point in the history
)

Bumps [bids-validator/spec](https://github.com/bids-standard/bids-specification) from `5b835b0` to `bd08602`.
- [Release notes](https://github.com/bids-standard/bids-specification/releases)
- [Commits](bids-standard/bids-specification@5b835b0...bd08602)

---
updated-dependencies:
- dependency-name: bids-validator/spec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 333cdf5 commit fd8ae28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bids-validator/spec
Submodule spec updated 36 files
+1 −0 .gitignore
+2 −2 .pre-commit-config.yaml
+1 −0 .remarkrc
+31 −0 CONTRIBUTING.md
+1 −1 LICENSE
+28 −9 README.md
+1 −1 Release_Protocol.md
+8 −2 mkdocs.yml
+2 −3 pdf_build_src/pandoc_script.py
+17 −10 pdf_build_src/process_markdowns.py
+64 −0 pdf_build_src/remove_admonitions.py
+25 −0 pdf_build_src/test_remove_admonitions.py
+32 −0 pdf_build_src/tests/data/expected/README.md
+8 −0 pdf_build_src/tests/data/expected/modality-specific-files/magnetic-resonance-imaging-data.md
+40 −0 pdf_build_src/tests/data/input/README.md
+10 −0 pdf_build_src/tests/data/input/modality-specific-files/magnetic-resonance-imaging-data.md
+3 −0 readthedocs.yml
+8 −4 src/common-principles.md
+9 −11 src/modality-specific-files/electroencephalography.md
+5 −3 src/modality-specific-files/genetic-descriptor.md
+7 −9 src/modality-specific-files/intracranial-electroencephalography.md
+26 −18 src/modality-specific-files/magnetic-resonance-imaging-data.md
+7 −5 src/modality-specific-files/magnetoencephalography.md
+10 −10 src/modality-specific-files/microscopy.md
+7 −9 src/modality-specific-files/motion.md
+5 −12 src/modality-specific-files/near-infrared-spectroscopy.md
+7 −5 src/modality-specific-files/physiological-and-other-continuous-recordings.md
+6 −4 src/modality-specific-files/positron-emission-tomography.md
+21 −16 src/schema/README.md
+1 −1 src/schema/SCHEMA_VERSION
+1 −1 src/schema/objects/columns.yaml
+2 −2 src/schema/objects/formats.yaml
+5 −0 src/schema/objects/suffixes.yaml
+1 −0 src/schema/rules/files/raw/micr.yaml
+29 −0 tools/no-bad-schema-paths.sh
+3 −8 tools/schemacode/bidsschematools/data/tests/test_rules.py

0 comments on commit fd8ae28

Please sign in to comment.