Skip to content

Commit e2792d2

Browse files
⬆️🪝 update pre-commit hooks (#579)
1 parent 09cfd93 commit e2792d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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.5.0
18+
rev: v4.6.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-case-conflict
@@ -58,7 +58,7 @@ repos:
5858

5959
# Python linting using ruff
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.3.4
61+
rev: v0.3.5
6262
hooks:
6363
- id: ruff
6464
args: ["--fix", "--show-fixes"]
@@ -86,7 +86,7 @@ repos:
8686

8787
# Clang-format the C++ part of the code base automatically
8888
- repo: https://github.com/pre-commit/mirrors-clang-format
89-
rev: v18.1.2
89+
rev: v18.1.3
9090
hooks:
9191
- id: clang-format
9292
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)