Skip to content

Commit 4a0da54

Browse files
Update pre-commit-config
1 parent 22705c3 commit 4a0da54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ repos:
1111

1212
# C++
1313
- repo: https://github.com/pre-commit/mirrors-clang-format
14-
rev: v22.1.1
14+
rev: v22.1.4
1515
hooks:
1616
- id: clang-format
1717
types_or: [c++, c, cuda]
1818

1919
# python
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.15.6
21+
rev: v0.15.12
2222
hooks:
2323
- id: ruff-check
2424
args: [ --fix ]

0 commit comments

Comments
 (0)