From d53d620bbe009829f6851e774147934068587670 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 20:34:24 +0300 Subject: [PATCH] Auto pre-commit update (#30) 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 4133eee..eb48f87 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: cppcheck args: ['--suppressions-list=cppcheckSuppressions.txt', '--inline-suppr'] - repo: https://github.com/psf/black - rev: 23.12.0 + rev: 23.12.1 hooks: - id: black - repo: https://github.com/cmake-lint/cmake-lint @@ -33,7 +33,7 @@ repos: - id: codespell pass_filenames: false - repo: https://github.com/crate-ci/typos - rev: v1.16.25 + rev: v1.17.1 hooks: - id: typos pass_filenames: false