From 563ce8da77081048275672194ccfe676303c1f14 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Thu, 9 Jan 2025 18:15:13 +0100 Subject: [PATCH] [MAINT] update pre-commit hooks --- .pre-commit-config.yaml | 8 ++++---- data/tools/tools.yml | 2 +- docs/blog/posts/2024-10-10-steering-group-minutes.md | 6 +++--- docs/collaboration/reports/google_summer/2024-gsod.md | 2 +- docs/faq/bids-apps.md | 2 +- mkdocs.yml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c82dda93..7e7ca529 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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] @@ -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 @@ -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] diff --git a/data/tools/tools.yml b/data/tools/tools.yml index bf19a01a..198816fe 100644 --- a/data/tools/tools.yml +++ b/data/tools/tools.yml @@ -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. diff --git a/docs/blog/posts/2024-10-10-steering-group-minutes.md b/docs/blog/posts/2024-10-10-steering-group-minutes.md index cc9cc75b..6bccb913 100644 --- a/docs/blog/posts/2024-10-10-steering-group-minutes.md +++ b/docs/blog/posts/2024-10-10-steering-group-minutes.md @@ -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 @@ -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. @@ -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) diff --git a/docs/collaboration/reports/google_summer/2024-gsod.md b/docs/collaboration/reports/google_summer/2024-gsod.md index 6d3099a3..6bcb229e 100644 --- a/docs/collaboration/reports/google_summer/2024-gsod.md +++ b/docs/collaboration/reports/google_summer/2024-gsod.md @@ -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 | +| 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 | | 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. | diff --git a/docs/faq/bids-apps.md b/docs/faq/bids-apps.md index c2299c22..5f5a1838 100644 --- a/docs/faq/bids-apps.md +++ b/docs/faq/bids-apps.md @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index 463a11f3..1b300e9f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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"