File tree Expand file tree Collapse file tree
{{ cookiecutter.project_slug }} Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 }}/
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
Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ Install cookiecutter according to [the documentation](https://cookiecutter.readt
5050Then 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
5455project_name [OTEAPI My Plugin]:
5556...
5657```
Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments