Skip to content

Commit 8b02368

Browse files
chore: update pre-commit hooks (#77)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pre-commit/mirrors-clang-format: v19.1.0 → v19.1.1](pre-commit/mirrors-clang-format@v19.1.0...v19.1.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6538bc7 commit 8b02368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: check-added-large-files
1010
- id: check-case-conflict
@@ -61,7 +61,7 @@ repos:
6161
- id: rst-inline-touching-normal
6262

6363
- repo: https://github.com/pre-commit/mirrors-clang-format
64-
rev: v19.1.0
64+
rev: v19.1.1
6565
hooks:
6666
- id: clang-format
6767
exclude: \.ipynb$

0 commit comments

Comments
 (0)