Skip to content

Commit f098043

Browse files
TEAM4-0CasperWA
andauthored
[Auto-generated] Update dependencies (#433)
* Update `pre-commit` hooks * Update readme, avoiding a line-length disallowance --------- Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen <casper.w.andersen@sintef.no>
1 parent b2861a5 commit f098043

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343
# More information can be found in its source repository:
4444
# https://github.com/DavidAnson/markdownlint-cli2
4545
- repo: https://github.com/DavidAnson/markdownlint-cli2
46-
rev: v0.19.1
46+
rev: v0.20.0
4747
hooks:
4848
- id: markdownlint-cli2
4949
name: markdownlint
@@ -63,7 +63,7 @@ repos:
6363
# Black is a code style and formatter
6464
# It works on files in-place
6565
- repo: https://github.com/psf/black-pre-commit-mirror
66-
rev: 25.11.0
66+
rev: 25.12.0
6767
hooks:
6868
- id: black
6969
exclude: ^{{ cookiecutter.project_slug }}/
@@ -81,7 +81,7 @@ repos:
8181
# More information can be found in its documentation:
8282
# https://docs.astral.sh/ruff/
8383
- repo: https://github.com/astral-sh/ruff-pre-commit
84-
rev: v0.14.7
84+
rev: v0.14.8
8585
hooks:
8686
- id: ruff-check
8787
name: ruff

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ Install cookiecutter according to [the documentation](https://cookiecutter.readt
5050
Then run the following to generate a new OTEAPI Plugin repository:
5151

5252
```console
53-
$ cookiecutter gh:EMMC-ASBL/oteapi-plugin-template # Download from GitHub and generate repo
53+
# Download from GitHub and generate repo
54+
$ cookiecutter gh:EMMC-ASBL/oteapi-plugin-template
5455
project_name [OTEAPI My Plugin]:
5556
...
5657
```

{{ cookiecutter.project_slug }}/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
4848
# More information can be found in its source repository:
4949
# https://github.com/DavidAnson/markdownlint-cli2
5050
- repo: https://github.com/DavidAnson/markdownlint-cli2
51-
rev: v0.19.1
51+
rev: v0.20.0
5252
hooks:
5353
- id: markdownlint-cli2
5454
name: markdownlint
@@ -68,7 +68,7 @@ repos:
6868
# Black is a code style and formatter
6969
# It works on files in-place
7070
- repo: https://github.com/ambv/black-pre-commit-mirror
71-
rev: 25.11.0
71+
rev: 25.12.0
7272
hooks:
7373
- id: black
7474

@@ -84,7 +84,7 @@ repos:
8484
# More information can be found in its documentation:
8585
# https://docs.astral.sh/ruff/
8686
- repo: https://github.com/astral-sh/ruff-pre-commit
87-
rev: v0.14.7
87+
rev: v0.14.8
8888
hooks:
8989
- id: ruff-check
9090
name: ruff

0 commit comments

Comments
 (0)