Skip to content

Commit f8c274c

Browse files
authored
chore: synced file(s) with ecmwf/reusable-workflows (#257)
synced local file(s) with [ecmwf/reusable-workflows](https://github.com/ecmwf/reusable-workflows). <details> <summary>Changed files</summary> <ul> <li>synced local directory <code>./</code> with remote directory <code>sync-files/anemoi/all/</code></li><li>synced local <code>.github/workflows/downstream-ci-hpc.yml</code> with remote <code>sync-files/anemoi/some/.github/workflows/downstream-ci-hpc.yml</code></li> </ul> </details> --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#21207965554](https://github.com/ecmwf/reusable-workflows/actions/runs/21207965554)
1 parent 0c23efe commit f8c274c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
gnu@rocky-8.6
4949
clang@rocky-8.6
5050
gnu@ubuntu-22.04
51+
python_versions: |+
52+
- '3.11'
5153
secrets: inherit
5254

5355
# # Build downstream packages on HPC

.github/workflows/python-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
checks:
2020
strategy:
2121
matrix:
22-
python-version: ["3.10", "3.11", "3.12"]
22+
python-version: ["3.11", "3.12"]
2323
uses: ecmwf/reusable-workflows/.github/workflows/qa-pytest-pyproject.yml@v2
2424
with:
2525
python-version: ${{ matrix.python-version }}

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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: 25.11.0
30+
rev: 25.12.0
3131
hooks:
3232
- id: black
3333
args: [--line-length=120]
@@ -41,7 +41,7 @@ repos:
4141
- --profile black
4242
- --project anemoi
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.14.7
44+
rev: v0.14.10
4545
hooks:
4646
- id: ruff
4747
args:
@@ -64,7 +64,7 @@ repos:
6464
- id: pyproject-fmt
6565
args: ["--max-supported-python", "3.12"]
6666
- repo: https://github.com/jshwi/docsig # Check docstrings against function sig
67-
rev: v0.71.0
67+
rev: v0.74.0
6868
hooks:
6969
- id: docsig
7070
args:

0 commit comments

Comments
 (0)