Skip to content

Commit 49b4983

Browse files
⬆️🪝 update pre-commit hooks (#366)
1 parent 01c926f commit 49b4983

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.5.0
18+
rev: v4.6.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.3.4
59+
rev: v0.3.5
6060
hooks:
6161
- id: ruff
6262
args: ["--fix", "--show-fixes"]
@@ -82,7 +82,7 @@ repos:
8282

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

0 commit comments

Comments
 (0)