Skip to content

Commit bb54bb9

Browse files
Update pre-commit-config
1 parent 8c1c084 commit bb54bb9

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,7 +11,7 @@ repos:
1111

1212
# C++
1313
- repo: https://github.com/pre-commit/mirrors-clang-format
14-
rev: v21.1.2
14+
rev: v21.1.5
1515
hooks:
1616
- id: clang-format
1717
types_or: [c++, c, cuda]
@@ -22,6 +22,6 @@ repos:
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black-pre-commit-mirror
25-
rev: 25.9.0
25+
rev: 25.11.0
2626
hooks:
2727
- id: black

0 commit comments

Comments
 (0)