From 7133c4c6ff7fd798282510be713eb70a60f252ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 18:54:55 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=20Bump=20https://github.com/crate?= =?UTF-8?q?-ci/typos=20in=20the=20pre-commit=20group?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the pre-commit group with 1 update: [https://github.com/crate-ci/typos](https://github.com/crate-ci/typos). Updates `https://github.com/crate-ci/typos` from v1.46.0 to 5.0.7 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/bbaefadf97b0ec5fdc942684b647f1a6ab250274...b859c0df7f391deba73030f79b957e62b4d81dc6) --- updated-dependencies: - dependency-name: https://github.com/crate-ci/typos dependency-version: 5.0.7 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- .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 a39c21a1..fdee7fd6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/crate-ci/typos - rev: bbaefadf97b0ec5fdc942684b647f1a6ab250274 # v1.46.0 + rev: b859c0df7f391deba73030f79b957e62b4d81dc6 # varcon-core-v5.0.7 hooks: - id: typos args: [--force-exclude] From e5e372a08a478be7916f6b07b8c272af2a17f22c Mon Sep 17 00:00:00 2001 From: Yurii Motov <109919500+YuriiMotov@users.noreply.github.com> Date: Thu, 18 Jun 2026 13:37:13 +0200 Subject: [PATCH 2/2] Fix commit hash and version tag --- .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 fdee7fd6..67dbe900 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/crate-ci/typos - rev: b859c0df7f391deba73030f79b957e62b4d81dc6 # varcon-core-v5.0.7 + rev: 37bb98842b0d8c4ffebdb75301a13db0267cef89 # v1.47.2 hooks: - id: typos args: [--force-exclude]