From: SONOLET Aymeric Date: Fri, 15 Dec 2023 14:07:12 +0000 (+0100) Subject: format(config): use clang-format v14.0.0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bcec0a4c8cc89411b5864c59808fb50d9e160a5c;p=modules%2Fshaper.git format(config): use clang-format v14.0.0 --- 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