1 parent e7d715b commit 74ca0bbCopy full SHA for 74ca0bb
1 file changed
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
31
# Python linting and formatting
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: v0.15.12
+ rev: v0.15.15
34
hooks:
35
- id: ruff
36
- id: ruff-format
@@ -43,7 +43,7 @@ repos:
43
44
# CMake linting and formatting
45
- repo: https://github.com/BlankSpruce/gersemi-pre-commit
46
- rev: 0.27.2
+ rev: 0.27.7
47
48
- id: gersemi
49
name: CMake linting
@@ -52,7 +52,7 @@ repos:
52
# This brings in a portable version of clang-format.
53
# See also: https://github.com/ssciwr/clang-format-wheel
54
- repo: https://github.com/pre-commit/mirrors-clang-format
55
- rev: v22.1.4
+ rev: v22.1.5
56
57
- id: clang-format
58
types_or: [c++, c]
0 commit comments