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 .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
exclude: tools/schemacode/bidsschematools/tests/data/broken_dataset_description.json
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down
4 changes: 2 additions & 2 deletions docs/extensions/general-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Many of the current BEPs have developed useful terms that we recommend here.
#### Proposed entities

| Entity | BEP(s) | Description |
|---------------|------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
|---------------|------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| model-<label> | BEP016, BEP039 | Name of model generating derivative file |
| param-<label> | BEP016, BEP039 | Name of parameter represented by file |
| atlas-<label> | BEP003, BEP038 | Atlas is defined as per Merrian-Webster, a bound collection of maps (i.e. labeled brain regions) and metadata (tables, or textual matter) like `atlas-x_space-MNI305_ext` or `atlas-DKT_ext` |
Expand All @@ -185,7 +185,7 @@ and identifying what files or information should be retained for optimal reuse i

!!! Note

See the [FAQ on preovenance](../faq/bids-extensions.md#provenance)
See the [FAQ on provenance](../faq/bids-extensions.md#provenance)

### Avoid backward incompatible changes

Expand Down
Loading