Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-clang-format: v15.0.6 → v16.0.2](pre-commit/mirrors-clang-format@v15.0.6...v16.0.2)
- [github.com/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0)
  • Loading branch information
pre-commit-ci[bot] committed Apr 25, 2023
1 parent 9536fb7 commit aee1c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
exclude: external/.*$

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v15.0.6
rev: v16.0.2
hooks:
- id: clang-format
exclude: external/.*$
Expand All @@ -30,6 +30,6 @@ repos:
# - id: cmake-lint

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black

0 comments on commit aee1c5f

Please sign in to comment.