Skip to content

Commit 3fd9bb9

Browse files
committed
template update
1 parent 3fda138 commit 3fd9bb9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/ecmwf-projects/cookiecutter-conda-package",
3-
"commit": "bab28b513afa101a31515b71f89d58fa3e1b6440",
3+
"commit": "6202049ef091f17ba01afa263cbd72ec99775bcf",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -13,7 +13,7 @@
1313
"integration_tests": "True",
1414
"pypi": true,
1515
"_template": "https://github.com/ecmwf-projects/cookiecutter-conda-package",
16-
"_commit": "bab28b513afa101a31515b71f89d58fa3e1b6440"
16+
"_commit": "6202049ef091f17ba01afa263cbd72ec99775bcf"
1717
}
1818
},
1919
"directory": null

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: blackdoc
1818
additional_dependencies: [black==23.11.0]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.9.6
20+
rev: v0.9.7
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --show-fixes]
@@ -34,6 +34,6 @@ repos:
3434
- id: pretty-format-toml
3535
args: [--autofix]
3636
- repo: https://github.com/gitleaks/gitleaks
37-
rev: v8.23.3
37+
rev: v8.24.0
3838
hooks:
3939
- id: gitleaks

0 commit comments

Comments
 (0)