style: clang-format updated to 17.0.5 in pre-commit

This commit is contained in:
Mateusz Pusz
2023-11-28 14:19:04 +01:00
parent c98090f783
commit 683c49bef3
3 changed files with 14 additions and 14 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: v17.0.3 rev: v17.0.5
hooks: hooks:
- id: clang-format - id: clang-format
- repo: https://github.com/cheshirekow/cmake-format-precommit - repo: https://github.com/cheshirekow/cmake-format-precommit