Skip to content

Commit b4ee2ad

Browse files
committed
template update
1 parent ae3bbe5 commit b4ee2ad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.cruft.json

+1-1
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": "ce9afbb8510935c0206746d26f05f6b80e9d0087",
3+
"commit": "6b3d4f841901cf814dbc4fe113a447794b548756",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

.github/workflows/on-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,6 @@ jobs:
232232
with:
233233
name: distribution
234234
path: dist
235-
- uses: pypa/[email protected].10
235+
- uses: pypa/[email protected].11
236236
with:
237237
verbose: true

.pre-commit-config.yaml

+2-2
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.1.5
20+
rev: v0.1.6
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.18.0
37+
rev: v8.18.1
3838
hooks:
3939
- id: gitleaks

0 commit comments

Comments
 (0)