From 17f83db1b8f0e4674ff565d5b589035536d607f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 13:56:39 +0300 Subject: [PATCH] Auto pre-commit update (#35) Co-authored-by: GitHub --- .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 f44675d..81c5688 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,12 +28,12 @@ repos: - id: cmakelint args: ['--linelength=120'] - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell pass_filenames: false - repo: https://github.com/crate-ci/typos - rev: v1.21.0 + rev: v1.22.7 hooks: - id: typos pass_filenames: false