Skip to content

Commit bceb8c1

Browse files
committed
.
updated : pre-commit/pre-commit-hooks to v4.6.0 psf/black to 24.8.0 cheshirekow/cmake-format-precommit to v0.6.13
1 parent be09114 commit bceb8c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
repos:
1616
# Standard hooks
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.5.0
18+
rev: v4.6.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-case-conflict
@@ -33,7 +33,7 @@ repos:
3333
- id: trailing-whitespace
3434

3535
- repo: https://github.com/psf/black
36-
rev: 23.10.0
36+
rev: 24.8.0
3737
hooks:
3838
- id: black
3939

@@ -54,7 +54,7 @@ repos:
5454
exclude: CHANGELOG.rst
5555

5656
- repo: https://github.com/cheshirekow/cmake-format-precommit
57-
rev: v0.6.10
57+
rev: v0.6.13
5858
hooks:
5959
- id: cmake-format
6060
- id: cmake-lint

0 commit comments

Comments
 (0)