diff options
| author | Jan Sucan <jan@jansucan.com> | 2024-01-14 17:16:22 +0100 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2024-01-14 17:28:13 +0100 |
| commit | 4c2860410cff8db3675da11e8ac862b17111cae7 (patch) | |
| tree | c2f4995d5bfb690ad26a19272be024834dbc3b23 /.pre-commit-config.yaml | |
| parent | a07531a4b00ac84b23d128cfb0468a8cb21f1661 (diff) | |
pre-commit: Fix URL of the clang-format hook
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files 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] |
