From 2ae8837405506db9d857a0400e3ecf37bd406dc0 Mon Sep 17 00:00:00 2001 From: seladb Date: Sat, 1 Feb 2025 13:21:02 -0800 Subject: [PATCH] Auto precommit update (#1701) * Auto pre-commit update * Update .pre-commit-config.yaml --------- Co-authored-by: GitHub Co-authored-by: Liu, An-Chi --- .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 77ca6d1a3..c59e90eee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,17 +38,17 @@ repos: - id: cppcheck args: ["--std=c++11", "--language=c++", "--suppressions-list=cppcheckSuppressions.txt", "--inline-suppr", "--force"] - repo: https://github.com/BlankSpruce/gersemi - rev: 0.17.1 + rev: 0.18.2 hooks: - id: gersemi args: ["-c"] - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell pass_filenames: false - repo: https://github.com/crate-ci/typos - rev: codespell-dict-v0.5.0 + rev: typos-dict-v0.12.4 hooks: - id: typos args: ['--config=typos-config.toml']