Skip to content

Commit 7f9c55c

Browse files
⬆️🪝 update pre-commit hooks (#88)
1 parent 75d3546 commit 7f9c55c

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
@@ -15,7 +15,7 @@ ci:
1515
repos:
1616
# Standard hooks
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.6.0
18+
rev: v5.0.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-case-conflict
@@ -30,7 +30,7 @@ repos:
3030

3131
# Handling unwanted unicode characters
3232
- repo: https://github.com/sirosen/texthooks
33-
rev: 0.6.6
33+
rev: 0.6.7
3434
hooks:
3535
- id: fix-ligatures
3636
- id: fix-smartquotes
@@ -52,7 +52,7 @@ repos:
5252

5353
# Clang-format the C++ part of the code base automatically
5454
- repo: https://github.com/pre-commit/mirrors-clang-format
55-
rev: v18.1.8
55+
rev: v19.1.1
5656
hooks:
5757
- id: clang-format
5858
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)