Update .pre-commit-config.yaml

This commit is contained in:
Mathis Logemann 2022-11-22 11:45:23 +01:00 committed by GitHub
parent 817f644c6d
commit 07789ad3cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ repos:
files: ^.*\.cmake|CMakeLists\.txt$ files: ^.*\.cmake|CMakeLists\.txt$
- repo: https://github.com/pre-commit/mirrors-clang-format - repo: https://github.com/pre-commit/mirrors-clang-format
rev: v15.0.4 rev: v14.0.6
hooks: hooks:
- id: clang-format - id: clang-format
types_or: [c++, c] types_or: [c++, c]