From 4c2860410cff8db3675da11e8ac862b17111cae7 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sun, 14 Jan 2024 17:16:22 +0100 Subject: pre-commit: Fix URL of the clang-format hook --- .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 ca17b76..708ce03 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,8 +6,8 @@ repos: hooks: - id: trailing-whitespace - id: end-of-file-fixer -- repo: git://github.com/doublify/pre-commit-clang-format - rev: master +- repo: https://github.com/doublify/pre-commit-clang-format + rev: 62302476d0da01515660132d76902359bed0f782 hooks: - id: clang-format args: [--style=file] -- cgit v1.2.3