Skip to content

Commit 72bf3e0

Browse files
committed
updated template
1 parent 98638be commit 72bf3e0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.cruft.json

Lines changed: 3 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": "1d33c0f487335c5086797607a764cded25b7899f",
3+
"commit": "a9c290fa0e810e9dee6c61991afac6f0c969c3b1",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -12,7 +12,8 @@
1212
"mypy_strict": "False",
1313
"integration_tests": "True",
1414
"pypi": true,
15-
"_template": "https://github.com/ecmwf-projects/cookiecutter-conda-package"
15+
"_template": "https://github.com/ecmwf-projects/cookiecutter-conda-package",
16+
"_commit": "a9c290fa0e810e9dee6c61991afac6f0c969c3b1"
1617
}
1718
},
1819
"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.9
20+
rev: v0.11.11
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.24.0
37+
rev: v8.26.0
3838
hooks:
3939
- id: gitleaks

0 commit comments

Comments
 (0)