Skip to content

Commit ed2f3d0

Browse files
⬆️🪝 update pre-commit hooks (#438)
1 parent 9bfea6d commit ed2f3d0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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
@@ -56,7 +56,7 @@ repos:
5656

5757
# Python linting using ruff
5858
- repo: https://github.com/astral-sh/ruff-pre-commit
59-
rev: v0.6.8
59+
rev: v0.6.9
6060
hooks:
6161
- id: ruff
6262
args: ["--fix", "--show-fixes"]
@@ -80,7 +80,7 @@ repos:
8080

8181
# Clang-format the C++ part of the code base automatically
8282
- repo: https://github.com/pre-commit/mirrors-clang-format
83-
rev: v19.1.0
83+
rev: v19.1.1
8484
hooks:
8585
- id: clang-format
8686
types_or: [c++, c, cuda]
@@ -105,7 +105,7 @@ repos:
105105

106106
# Check for spelling
107107
- repo: https://github.com/crate-ci/typos
108-
rev: v1.24.6
108+
rev: v1.26.0
109109
hooks:
110110
- id: typos
111111

0 commit comments

Comments
 (0)