Skip to content

Commit 3f8ff48

Browse files
committed
template update
1 parent a908ac1 commit 3f8ff48

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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": "d8e38d412bfd81121857042e6b2b755b0bbac1c5",
3+
"commit": "c564066a3f670f0d649f2be997b62e3f4a640c18",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -13,7 +13,7 @@
1313
"integration_tests": true,
1414
"pypi": false,
1515
"_template": "https://github.com/ecmwf-projects/cookiecutter-conda-package",
16-
"_commit": "d8e38d412bfd81121857042e6b2b755b0bbac1c5"
16+
"_commit": "c564066a3f670f0d649f2be997b62e3f4a640c18"
1717
}
1818
},
1919
"directory": null

.github/workflows/on-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v5
26-
- uses: actions/setup-python@v5
26+
- uses: actions/setup-python@v6
2727
with:
2828
python-version: 3.x
2929
- uses: pre-commit/action@v3.0.1
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- uses: actions/checkout@v5
36-
- uses: actions/setup-python@v5
36+
- uses: actions/setup-python@v6
3737
with:
3838
python-version: 3.x
3939
- name: Install conda-merge
@@ -189,7 +189,7 @@ jobs:
189189
190190
steps:
191191
- uses: actions/checkout@v5
192-
- uses: actions/setup-python@v5
192+
- uses: actions/setup-python@v6
193193
with:
194194
python-version: '3.12'
195195
- name: Install package
@@ -230,6 +230,6 @@ jobs:
230230
with:
231231
name: distribution
232232
path: dist
233-
- uses: pypa/gh-action-pypi-publish@v1.12.4
233+
- uses: pypa/gh-action-pypi-publish@v1.13.0
234234
with:
235235
verbose: true

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repos:
1212
- id: debug-statements
1313
- id: mixed-line-ending
1414
- repo: https://github.com/keewis/blackdoc
15-
rev: v0.4.1
15+
rev: v0.4.3
1616
hooks:
1717
- id: blackdoc
18-
additional_dependencies: [black==23.11.0]
18+
additional_dependencies: [black==25.9.0]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.12.9
20+
rev: v0.14.0
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --show-fixes]

0 commit comments

Comments
 (0)