From fca898d3dcf4c499295da86fbc3b1a83c5581884 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:53:17 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.3.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.3...v0.3.4) - [github.com/numpy/numpydoc: v1.6.0 → v1.7.0rc0](https://github.com/numpy/numpydoc/compare/v1.6.0...v1.7.0rc0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e6c297de0f..7f8544f5af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: no-commit-to-branch - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.3.3" + rev: "v0.3.4" hooks: - id: ruff types: [file, python] @@ -63,7 +63,7 @@ repos: types: [file, python] - repo: https://github.com/numpy/numpydoc - rev: v1.6.0 + rev: v1.7.0rc0 hooks: - id: numpydoc-validation exclude: "^lib/iris/tests/|docs/gallery_code/"