From 0e0e0897b0c89837f2c515b957fc1d0ac16596c9 Mon Sep 17 00:00:00 2001 From: DeployDuck <150700357+DeployDuck@users.noreply.github.com> Date: Tue, 4 Feb 2025 16:15:25 +0000 Subject: [PATCH] chore: synced file(s) with ecmwf-actions/reusable-workflows (#196) * chore: synced local './' with remote 'sync-files/anemoi/all/' Triggered from common files on https://github.com/ecmwf-actions/reusable-workflows * chore: synced local '.github/workflows/push-to-private.yml' with remote 'sync-files/anemoi/some/.github/workflows/push-to-private.yml' Triggered from common files on https://github.com/ecmwf-actions/reusable-workflows * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76b495d4..51f21341 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: rev: v0.0.14 hooks: - id: rstfmt - exclude: 'cli/.*' # Because we use argparse + exclude: '(cli|schemas)/.*' # Because we use argparse and pydantic sphinx directives - repo: https://github.com/tox-dev/pyproject-fmt rev: "v2.5.0" hooks: