Commit a55a7fc07af3307a11c045e6be224bd6f0036bb2

Authored by Henry Schreiner
Committed by GitHub
1 parent 3ce61a16

chore: use official pre-commit mirror (#654)

Showing 1 changed file with 1 additions and 1 deletions
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos: @@ -21,7 +21,7 @@ repos:
21 - id: mixed-line-ending 21 - id: mixed-line-ending
22 - id: trailing-whitespace 22 - id: trailing-whitespace
23 23
24 -- repo: https://github.com/ssciwr/clang-format-hook 24 +- repo: https://github.com/pre-commit/mirrors-clang-format
25 rev: v13.0.0 25 rev: v13.0.0
26 hooks: 26 hooks:
27 - id: clang-format 27 - id: clang-format