Commit e067ae35c637f0af36b9ec96001ad7f730a04b3d

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

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

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.3.0)
- [github.com/pre-commit/mirrors-clang-format: v14.0.3 → v14.0.4-1](https://github.com/pre-commit/mirrors-clang-format/compare/v14.0.3...v14.0.4-1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Showing 1 changed file with 2 additions and 2 deletions
.pre-commit-config.yaml
... ... @@ -9,7 +9,7 @@ repos:
9 9 - id: black
10 10  
11 11 - repo: https://github.com/pre-commit/pre-commit-hooks
12   - rev: v4.2.0
  12 + rev: v4.3.0
13 13 hooks:
14 14 - id: check-added-large-files
15 15 - id: check-case-conflict
... ... @@ -21,7 +21,7 @@ repos:
21 21 - id: trailing-whitespace
22 22  
23 23 - repo: https://github.com/pre-commit/mirrors-clang-format
24   - rev: v14.0.3
  24 + rev: v14.0.4-1
25 25 hooks:
26 26 - id: clang-format
27 27 types_or: [c++, c, cuda]
... ...