From 2c5df301d86768a7eee32f293aa3c81c93277fba Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Fri, 8 Jul 2022 06:56:59 +0100 Subject: [PATCH] Bump clang-format to 14.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 32a44d5e..fe622145 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-yaml - id: check-json - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v13.0.0 + rev: v14.0.0 hooks: - id: clang-format - repo: https://github.com/codespell-project/codespell