Skip to content

Commit

Permalink
[MAINT] update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jan 9, 2025
1 parent 82fedec commit 563ce8d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: [--toml, pyproject.toml]
Expand All @@ -38,13 +38,13 @@ repos:
)$
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.13.0
rev: v2.14.0
hooks:
- id: pretty-format-toml
args: [--autofix, --indent, '4']

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black

Expand All @@ -54,7 +54,7 @@ repos:
- id: isort

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
args: [--config, .flake8, --verbose, tools]
Expand Down
2 changes: 1 addition & 1 deletion data/tools/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
url: https://hedtools.org/hed
documentation: https://www.hed-resources.org
language:
- wesbite
- website
category: data annotation
description: Online tools for annotation, validation, summary, and assembly of event file contents and annotations.

Expand Down
6 changes: 3 additions & 3 deletions docs/blog/posts/2024-10-10-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ categories:
- **AR** is happy to organize another BIDS meeting similar to the previous Seattle BIDS meeting
(although it could be held elsewhere as needed).

## Revisit Chris' Discusssion
## Revisit Chris' Discussion

- View [previous meeting and discussion notes](./2024-09-19-steering-group-minutes.md)
- there were many options presented
Expand Down Expand Up @@ -85,7 +85,7 @@ categories:

- **DH**: having a steady presence would be good to continue awareness for new contributors

- Maintainters (RB) : OS-SIG is looking to coordinate an event about the entire BEP process.
- Maintainers (RB) : OS-SIG is looking to coordinate an event about the entire BEP process.
No plans made yet.

- **AR** thinks this is a great educational opportunity, seems more welcoming to people new to BIDS.
Expand All @@ -105,6 +105,6 @@ categories:
- repeat offenders should be recorded, who will keep the ongoing list of those that have violated the code of conduct?
**AR** will update this in the documents.

- This will effect the governance docments,
- This will effect the governance documents,
and thus the changes to governance documents will need to be voted on
(contacts for code of conduct violations, other minor changes in language)
2 changes: 1 addition & 1 deletion docs/collaboration/reports/google_summer/2024-gsod.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ And finally, October and November brought the BIDS Impact page together to wrap

| Deliverable | % Complete | Relevant Links | Notes |
| ----------------------------------------------------------------------- | ---------- | -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Consolidate into one website | 100% | [new BIDS wesbite](https://bids-website.readthedocs.io/) | Dev site - Planning launch in Q1 2025 to replace the old BIDS website at <https://bids.neuroimaging.io/> |
| Consolidate into one website | 100% | [new BIDS website](https://bids-website.readthedocs.io/) | Dev site - Planning launch in Q1 2025 to replace the old BIDS website at <https://bids.neuroimaging.io/> |
| Implement a more friendly main website structure and improve navigation | 100% | [mkdocs TOC configuration](https://github.com/bids-standard/bids-website/blob/main/mkdocs.yml#L88) | User feedback indicates this created significant improvement ( See: [Metrics](#metrics)) |
| New BIDS Impact page | 100% | [new impact page](https://bids-website.readthedocs.io/en/latest/impact/index.html) | Expanded and improved with more metrics and relevant context |
| Categorize and add clear summaries to each webpage | 100% | [Pull request #498](https://github.com/bids-standard/bids-website/pull/498) | Each page now has a lead paragraph. |
Expand Down
2 changes: 1 addition & 1 deletion docs/faq/bids-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

!!! note

Make sure to check out the [nipreps wesbite](https://www.nipreps.org/)
Make sure to check out the [nipreps website](https://www.nipreps.org/)
for more information on using and creating BIDS apps.

!!! warning
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins:
on_error_fail: true
- redirects:
redirect_maps:
# old links from the old wesbite
# old links from the old website
"news.md": "blog/index.md"
"specification.md": "standards/index.md"
"get_started.md": "getting_started/index.md"
Expand Down

0 comments on commit 563ce8d

Please sign in to comment.