Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#287)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/pre-commit/mirrors-clang-format: v15.0.7 →
v16.0.0](pre-commit/mirrors-clang-format@v15.0.7...v16.0.0)
<!--pre-commit.ci end-->
  • Loading branch information
burgholzer authored Mar 31, 2023
2 parents 86a8676 + 7a0408b commit e8e2372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
run: |
pipx run cpp-linter \
--version=14 \
--style="file" \
--style="" \
--tidy-checks="" \
--thread-comments=true \
--files-changed-only=false \
--files-changed-only=true \
--ignore="build" \
--database=build
- name: Fail if linter found errors
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ repos:

# Clang-format the C++ part of the code base automatically
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: "v15.0.7"
rev: "v16.0.0"
hooks:
- id: clang-format
types_or: [c++, c, cuda]
Expand Down

0 comments on commit e8e2372

Please sign in to comment.