From f873394236468b2451826ebed12c05ae6110fa1f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 20:30:29 +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.11.4 → v0.11.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.4...v0.11.8) - [github.com/jsh9/pydoclint: 0.6.5 → 0.6.6](https://github.com/jsh9/pydoclint/compare/0.6.5...0.6.6) --- .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 8a10cea..fb95156 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.11.4 + rev: v0.11.8 hooks: # Run the linter. - id: ruff @@ -42,7 +42,7 @@ repos: ".markdownlint.json", ] - repo: https://github.com/jsh9/pydoclint # For checking docstrings - rev: 0.6.5 + rev: 0.6.6 hooks: - id: pydoclint args: [--style=numpy, --skip-checking-raises=True, --allow-init-docstring=True]