diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c5601c3..85fdff4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,3 +51,7 @@ repos: rev: 5.13.2 hooks: - id: isort +- repo: https://github.com/pre-commit/mirrors-clang-format + rev: v14.0.6 + hooks: + - id: clang-format \ No newline at end of file