Skip to content

Commit 947c326

Browse files
TEAM4-0CasperWA
andauthored
[Auto-generated] Update dependencies (#425)
* Update `pre-commit` hooks * Conform to MD060 rule from markdownlint --------- Co-authored-by: Casper Welzel Andersen <casper.w.andersen@sintef.no>
1 parent c56b799 commit 947c326

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.18.1
46+
rev: v0.19.0
4747
hooks:
4848
- id: markdownlint-cli2
4949
name: markdownlint
@@ -54,7 +54,7 @@ repos:
5454
# Pyupgrade is a code upgrade tool
5555
# It works on files in-place
5656
- repo: https://github.com/asottile/pyupgrade
57-
rev: v3.21.1
57+
rev: v3.21.2
5858
hooks:
5959
- id: pyupgrade
6060
args: [--py310-plus]
@@ -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.4
84+
rev: v0.14.5
8585
hooks:
8686
- id: ruff-check
8787
name: ruff
@@ -92,7 +92,7 @@ repos:
9292
# More information can be found in its documentation:
9393
# https://bandit.readthedocs.io/en/latest/
9494
- repo: https://github.com/PyCQA/bandit
95-
rev: 1.8.6
95+
rev: 1.9.1
9696
hooks:
9797
- id: bandit
9898
args: ["-r"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The list of input keys and default values can be found in [`cookiecutter.json`](
6262
An overview is also provided in the following table:
6363

6464
| Input key | Description | Default value |
65-
|:---:|:--- |:--- |
65+
| :---: | :--- | :--- |
6666
| `project_name` | A human-readable name of the project. | `OTEAPI My Plugin` |
6767
| `project_slug` | The official package name to be used when installing the package via a package manager (e.g., `pip` or `conda`).<br>This will be the root directory name and should also be the repository name on an online git repository (like GitHub or GitLab).<br><br>It is recommended to have the project slug start with `oteapi-`.<br><br>**Important**: A project slug value may *not* include white space. | `oteapi-myplugin` |
6868
| `package_name` | The Python importable root module.<br>This will be the root module repository name, under which the source code will be placed.<br><br>It is recommended to have the package name start with `oteapi_`.<br><br>**Important**: A package name value may *not* include white space. A package name value may *only* be made up of the character set: a-z, A-Z, `_`, 0-9, and may *not* start with a number. | `oteapi_myplugin` |

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

Lines changed: 4 additions & 4 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.18.1
51+
rev: v0.19.0
5252
hooks:
5353
- id: markdownlint-cli2
5454
name: markdownlint
@@ -60,7 +60,7 @@ repos:
6060
# Pyupgrade is a code upgrade tool
6161
# It works on files in-place
6262
- repo: https://github.com/asottile/pyupgrade
63-
rev: v3.21.1
63+
rev: v3.21.2
6464
hooks:
6565
- id: pyupgrade
6666
args: [--py310-plus]
@@ -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.4
87+
rev: v0.14.5
8888
hooks:
8989
- id: ruff-check
9090
name: ruff
@@ -94,7 +94,7 @@ repos:
9494
# More information can be found in its documentation:
9595
# https://bandit.readthedocs.io/en/latest/
9696
- repo: https://github.com/PyCQA/bandit
97-
rev: 1.8.6
97+
rev: 1.9.1
9898
hooks:
9999
- id: bandit
100100
args: ["-r"]

0 commit comments

Comments
 (0)