From b281d8a2eb30392173643b95290f7ace0d593c79 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Wed, 10 Dec 2025 06:55:42 +0000 Subject: [PATCH 1/2] Update `pre-commit` hooks --- .pre-commit-config.yaml | 6 +++--- {{ cookiecutter.project_slug }}/.pre-commit-config.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ee48d8..c047d0f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: # More information can be found in its source repository: # https://github.com/DavidAnson/markdownlint-cli2 - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.19.1 + rev: v0.20.0 hooks: - id: markdownlint-cli2 name: markdownlint @@ -63,7 +63,7 @@ repos: # Black is a code style and formatter # It works on files in-place - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.11.0 + rev: 25.12.0 hooks: - id: black exclude: ^{{ cookiecutter.project_slug }}/ @@ -81,7 +81,7 @@ repos: # More information can be found in its documentation: # https://docs.astral.sh/ruff/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.7 + rev: v0.14.8 hooks: - id: ruff-check name: ruff diff --git a/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml b/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml index 3f8dc7f..5d7a1a9 100644 --- a/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml +++ b/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml @@ -48,7 +48,7 @@ repos: # More information can be found in its source repository: # https://github.com/DavidAnson/markdownlint-cli2 - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.19.1 + rev: v0.20.0 hooks: - id: markdownlint-cli2 name: markdownlint @@ -68,7 +68,7 @@ repos: # Black is a code style and formatter # It works on files in-place - repo: https://github.com/ambv/black-pre-commit-mirror - rev: 25.11.0 + rev: 25.12.0 hooks: - id: black @@ -84,7 +84,7 @@ repos: # More information can be found in its documentation: # https://docs.astral.sh/ruff/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.7 + rev: v0.14.8 hooks: - id: ruff-check name: ruff From d8d5801e07a792c90716e662a2450aa7593d6eab Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen Date: Thu, 11 Dec 2025 11:15:26 +0100 Subject: [PATCH 2/2] Update readme, avoiding a line-length disallowance --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce5bce0..8465ab2 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,8 @@ Install cookiecutter according to [the documentation](https://cookiecutter.readt Then run the following to generate a new OTEAPI Plugin repository: ```console -$ cookiecutter gh:EMMC-ASBL/oteapi-plugin-template # Download from GitHub and generate repo +# Download from GitHub and generate repo +$ cookiecutter gh:EMMC-ASBL/oteapi-plugin-template project_name [OTEAPI My Plugin]: ... ```