ci: pre-commit updated to use clang-format-16

This commit is contained in:
Mateusz Pusz
2023-03-29 17:03:34 +02:00
parent 71e1982bbe
commit 60eaa4728d
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ repos:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
- repo: https://github.com/pre-commit/mirrors-clang-format - repo: https://github.com/pre-commit/mirrors-clang-format
rev: v15.0.4 rev: v16.0.0
hooks: hooks:
- id: clang-format - id: clang-format
- repo: https://github.com/cheshirekow/cmake-format-precommit - repo: https://github.com/cheshirekow/cmake-format-precommit

View File

@ -1,2 +1,3 @@
conan conan
pre-commit pre-commit
identify