File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 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/
33name : Test downstream dependent packages on HPC
44
55on :
Original file line number Diff line number Diff line change 4242
4343# Documentation
4444docs /_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
117120temp /
118121logs /
119122_dev /
120- outputs /
123+ outputs
121124* tmp_data /
122125
123126# Project specific
128131~$images.pptx
129132test.py
130133test.ipynb
131- cutout.png
132134_version.py
133135* .to_upload
134136tempCodeRunnerFile.python
135137Untitled- * .py
136- tmp /
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments