Skip to content

Commit dda2dd8

Browse files
committed
updating hooks
1 parent 7d17c87 commit dda2dd8

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-clang-format
3-
rev: 'v18.1.8'
3+
rev: 'v19.1.7'
44
hooks:
55
- id: clang-format
66
types_or: [c++, c, cuda]
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v2.3.0
8+
rev: v5.0.0
99
hooks:
1010
- id: check-yaml
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
13-
- repo: https://github.com/cheshirekow/cmake-format-precommit
14-
rev: v0.6.13
13+
- id: check-illegal-windows-names
14+
- id: mixed-line-ending
15+
- repo: https://github.com/BlankSpruce/gersemi
16+
rev: 0.18.2
1517
hooks:
16-
- id: cmake-format
17-
additional_dependencies: [pyyaml]
18-
args: [--line-width=180]
19-
types: [file]
20-
files: (\.cmake|CMakeLists.txt)(.in)?$
18+
- id: gersemi

0 commit comments

Comments
 (0)