Skip to content

Commit 83790f1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v14.0.6 → v15.0.4](pre-commit/mirrors-clang-format@v14.0.6...v15.0.4) - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
1 parent b0c4c0a commit 83790f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_branch: 'devel'
33
repos:
44
- repo: https://github.com/pre-commit/mirrors-clang-format
5-
rev: v14.0.6
5+
rev: v15.0.4
66
hooks:
77
- id: clang-format
88
args: [--style=Google]
@@ -25,7 +25,7 @@ repos:
2525
- id: mixed-line-ending
2626
- id: trailing-whitespace
2727
- repo: https://github.com/psf/black
28-
rev: 22.8.0
28+
rev: 22.10.0
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)