Commit 10f3ab90251623a4d74dc347fc5dd82c01a946d1

Authored by pre-commit-ci[bot]
Committed by GitHub
1 parent 59159387

chore(deps): pre-commit.ci autoupdate (#703)

* chore(deps): pre-commit.ci autoupdate

updates:
- [github.com/pre-commit/mirrors-clang-format: v13.0.0 → v13.0.1](https://github.com/pre-commit/mirrors-clang-format/compare/v13.0.0...v13.0.1)

* Update .pre-commit-config.yaml

* Update .pre-commit-config.yaml

* Update .pre-commit-config.yaml

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <henry.fredrick.schreiner@cern.ch>
Showing 1 changed file with 2 additions and 1 deletions
.pre-commit-config.yaml
@@ -22,9 +22,10 @@ repos: @@ -22,9 +22,10 @@ repos:
22 - id: trailing-whitespace 22 - id: trailing-whitespace
23 23
24 - repo: https://github.com/pre-commit/mirrors-clang-format 24 - repo: https://github.com/pre-commit/mirrors-clang-format
25 - rev: v13.0.0 25 + rev: v13.0.1
26 hooks: 26 hooks:
27 - id: clang-format 27 - id: clang-format
  28 + types_or: [c++, c, cuda]
28 29
29 - repo: https://github.com/cheshirekow/cmake-format-precommit 30 - repo: https://github.com/cheshirekow/cmake-format-precommit
30 rev: v0.6.13 31 rev: v0.6.13