From 8af4a910b4107f2cadc5cb91483a5162f1b0f552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 13:25:08 +0000 Subject: [PATCH] Bump the pre-commit-hooks group across 1 directory with 3 updates Bumps the pre-commit-hooks group with 3 updates in the / directory: [https://github.com/codespell-project/codespell](https://github.com/codespell-project/codespell), [https://github.com/MiraGeoscience/pre-commit-hooks](https://github.com/MiraGeoscience/pre-commit-hooks) and [https://github.com/pre-commit/pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks). Updates `https://github.com/codespell-project/codespell` from v2.3.0 to 2.4.3 - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.3) Updates `https://github.com/MiraGeoscience/pre-commit-hooks` from v1.0.1 to 1.1.0 - [Release notes](https://github.com/MiraGeoscience/pre-commit-hooks/releases) - [Commits](https://github.com/MiraGeoscience/pre-commit-hooks/compare/v1.0.1...v1.1.0) Updates `https://github.com/pre-commit/pre-commit-hooks` from v5.0.0 to 6.0.0 - [Release notes](https://github.com/pre-commit/pre-commit-hooks/releases) - [Changelog](https://github.com/pre-commit/pre-commit-hooks/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: https://github.com/codespell-project/codespell dependency-version: 2.4.3 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/MiraGeoscience/pre-commit-hooks dependency-version: 1.1.0 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/pre-commit/pre-commit-hooks dependency-version: 6.0.0 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33e85e9..5ebf38c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,16 +9,16 @@ ci: repos: - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.3 hooks: - id: codespell - repo: https://github.com/MiraGeoscience/pre-commit-hooks - rev: v1.0.1 + rev: v1.1.0 hooks: - id: prepare-commit-msg - id: check-commit-msg - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace exclude: \.mdj$