From bf1bcc64183b9cbc7380671acf82b49002cd6fd6 Mon Sep 17 00:00:00 2001 From: Remi-Gau <6961185+Remi-Gau@users.noreply.github.com> Date: Mon, 3 Aug 2026 03:17:45 +0000 Subject: [PATCH 1/2] pre-commit hooks auto-update --- .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 72c9e6d..0b14684 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt From 5751ebaf654c2e8f4a3c4c586217ac6755d8bfe8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 03:18:20 +0000 Subject: [PATCH 2/2] style: pre-commit fixes --- .github/dependabot.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 58503b9..ba24d40 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,11 @@ +--- version: 2 updates: -- package-ecosystem: github-actions - directory: / - schedule: - interval: semiannually - groups: - actions-infrastructure: - patterns: - - actions/* +- package-ecosystem: github-actions + directory: / + schedule: + interval: semiannually + groups: + actions-infrastructure: + patterns: + - actions/*