Skip to content

Commit 3aa2d69

Browse files
authored
chore: synced file(s) with ecmwf/reusable-workflows (#10)
1 parent c63fe41 commit 3aa2d69

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.github/workflows/downstream-ci-hpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This workflow triggers tests on dependent packages.
2-
# The dependency tree itself is defined in ecmwf-actions/downstream-ci/
2+
# The dependency tree itself is defined in ecmwf/downstream-ci/
33
name: Test downstream dependent packages on HPC
44

55
on:

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ cover/
4242

4343
# Documentation
4444
docs/_build/
45+
docs/_api/
4546
/site
4647
*.mo
4748
*.pot
@@ -78,6 +79,8 @@ dmypy.json
7879

7980
# Data files
8081
*.grib
82+
*.grib1
83+
*.grib2
8184
*.onnx
8285
*.ckpt
8386
*.npy
@@ -117,7 +120,7 @@ tmp/
117120
temp/
118121
logs/
119122
_dev/
120-
outputs/
123+
outputs
121124
*tmp_data/
122125

123126
# Project specific
@@ -128,9 +131,7 @@ bar
128131
~$images.pptx
129132
test.py
130133
test.ipynb
131-
cutout.png
132134
_version.py
133135
*.to_upload
134136
tempCodeRunnerFile.python
135137
Untitled-*.py
136-
tmp/

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ repos:
2727
- id: python-check-blanket-noqa # Check for # noqa: all
2828
- id: python-no-log-warn # Check for log.warn
2929
- repo: https://github.com/psf/black-pre-commit-mirror
30-
rev: 24.10.0
30+
rev: 25.1.0
3131
hooks:
3232
- id: black
3333
args: [--line-length=120]
3434
- repo: https://github.com/pycqa/isort
35-
rev: 5.13.2
35+
rev: 6.0.1
3636
hooks:
3737
- id: isort
3838
args:
3939
- -l 120
4040
- --force-single-line-imports
4141
- --profile black
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: v0.8.6
43+
rev: v0.9.9
4444
hooks:
4545
- id: ruff
4646
args:
@@ -60,16 +60,16 @@ repos:
6060
- id: rstfmt
6161
exclude: '(cli|schemas)/.*' # Because we use argparse and pydantic sphinx directives
6262
- repo: https://github.com/b8raoult/pre-commit-docconvert
63-
rev: "0.1.4"
63+
rev: "0.1.5"
6464
hooks:
6565
- id: docconvert
6666
args: ["numpy"]
6767
- repo: https://github.com/tox-dev/pyproject-fmt
68-
rev: "v2.5.0"
68+
rev: "v2.5.1"
6969
hooks:
7070
- id: pyproject-fmt
7171
- repo: https://github.com/jshwi/docsig # Check docstrings against function sig
72-
rev: v0.66.1
72+
rev: v0.69.1
7373
hooks:
7474
- id: docsig
7575
args:

0 commit comments

Comments
 (0)