Skip to content

Commit

Permalink
Bump clang-format version
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Apr 23, 2024
1 parent 02827d6 commit bc8c0bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ repos:
- id: cmake-lint # Apply linting to CMake files

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.3
rev: v18.1.4
hooks:
- id: clang-format # Format C++ code with Clang-Format - automatically applying the changes
types_or: [c++, c, c#, cuda, objective-c]
Expand Down
2 changes: 1 addition & 1 deletion precommend/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ repos:
- id: cmake-lint # Apply linting to CMake files

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.3
rev: v18.1.4
hooks:
- id: clang-format # Format C++ code with Clang-Format - automatically applying the changes
types_or: [c++, c, c#, cuda, objective-c]
Expand Down

0 comments on commit bc8c0bc

Please sign in to comment.