Skip to content

Commit ad8697b

Browse files
Update pre-commit-config
1 parent 7089613 commit ad8697b

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.4
14+
rev: v22.1.5
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.12
21+
rev: v0.15.14
2222
hooks:
2323
- id: ruff-check
2424
args: [ --fix ]

0 commit comments

Comments
 (0)