From bcec0a4c8cc89411b5864c59808fb50d9e160a5c Mon Sep 17 00:00:00 2001 From: SONOLET Aymeric Date: Fri, 15 Dec 2023 15:07:12 +0100 Subject: [PATCH] format(config): use clang-format v14.0.0 --- .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 f6a9c44dd..e8ef8d7dc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,6 +19,6 @@ repos: - id: end-of-file-fixer - id: mixed-line-ending - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v17.0.6 # Use the sha / tag you want to point at + rev: v14.0.0 # Use the sha / tag you want to point at hooks: - id: clang-format -- 2.39.2