Skip to content

Commit 854d530

Browse files
authored
Merge branch 'develop' into 82-cant-run-tutorial-on-windows
2 parents 2cf5778 + 9007008 commit 854d530

File tree

32 files changed

+7562
-180
lines changed

32 files changed

+7562
-180
lines changed

.github/workflows/interrogate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if-no-files-found: warn
3434
- name: Upload interrogate badge
3535
uses: actions/upload-artifact@v4
36-
with:
36+
with:
3737
name: interrogate-badge
3838
path: interrogate-badge.svg
3939
if-no-files-found: warn

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ repos:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/psf/black
9-
rev: 22.10.0
9+
rev: 25.1.0
1010
hooks:
1111
- id: black
12-
- repo: https://github.com/pycqa/isort
13-
rev: 6.0.1
14-
hooks:
15-
- id: isort
12+
# - repo: https://github.com/pycqa/isort
13+
# rev: 6.0.1
14+
# hooks:
15+
# - id: isort

.zenodo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
"orcid": "https://orcid.org/0009-0001-6250-3987",
3535
"affiliation": "Met Office, United Kingdom",
3636
"name": "Pill, John"
37+
},
38+
{
39+
"orcid": "https://orcid.org/0000-0002-1975-0042",
40+
"affiliation": "Bureau of Meteorology, Australia",
41+
"name": "de Burgh-Day, Catherine"
3742
}
3843
],
3944
"license": "Apache-2.0"

0 commit comments

Comments
 (0)