Skip to content

Commit 0906201

Browse files
ednolangithub-actions[bot]
authored andcommitted
Auto-update pre-commit hooks
1 parent 499b7bd commit 0906201

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ repos:
1414
# This brings in a portable version of clang-format.
1515
# See also: https://github.com/ssciwr/clang-format-wheel
1616
- repo: https://github.com/pre-commit/mirrors-clang-format
17-
rev: v22.1.4
17+
rev: v22.1.5
1818
hooks:
1919
- id: clang-format
2020
types_or: [c++, c]
2121

2222
# CMake linting and formatting
2323
- repo: https://github.com/BlankSpruce/gersemi-pre-commit
24-
rev: 0.27.2
24+
rev: 0.27.5
2525
hooks:
2626
- id: gersemi
2727
name: CMake linting
@@ -42,7 +42,7 @@ repos:
4242

4343
# Beman Standard checking via beman-tidy
4444
- repo: https://github.com/bemanproject/beman-tidy
45-
rev: v0.4.0
45+
rev: v0.4.1
4646
hooks:
4747
- id: beman-tidy
4848

0 commit comments

Comments
 (0)