Skip to content

Commit ff9cbc8

Browse files
dietmarkuehlednolan
authored andcommitted
Auto-update pre-commit hooks
1 parent ebf5f6b commit ff9cbc8

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
@@ -24,15 +24,15 @@ repos:
2424
# See also: https://github.com/ssciwr/clang-format-wheel
2525
# Config file: .clang-format
2626
- repo: https://github.com/pre-commit/mirrors-clang-format
27-
rev: v22.1.0
27+
rev: v22.1.1
2828
hooks:
2929
- id: clang-format
3030
types_or: [c++, c, json, javascript]
3131
exclude: docs/TODO.json
3232

3333
# CMake linting and formatting
3434
- repo: https://github.com/BlankSpruce/gersemi
35-
rev: 0.26.0
35+
rev: 0.26.1
3636
hooks:
3737
- id: gersemi
3838
name: CMake linting
@@ -55,7 +55,7 @@ repos:
5555
# Config file: pyproject.toml
5656
# second Python code formatting
5757
- repo: https://github.com/psf/black
58-
rev: 26.3.0
58+
rev: 26.3.1
5959
hooks:
6060
- id: black
6161

0 commit comments

Comments
 (0)