Skip to content

Commit bed08dd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.8 → v22.1.0](pre-commit/mirrors-clang-format@v21.1.8...v22.1.0) - [github.com/pycqa/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1)
1 parent 37d8e5f commit bed08dd

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

1212
# C++
1313
- repo: https://github.com/pre-commit/mirrors-clang-format
14-
rev: v21.1.8
14+
rev: v22.1.0
1515
hooks:
1616
- id: clang-format
1717

1818
# python
1919
- repo: https://github.com/pycqa/isort
20-
rev: 7.0.0
20+
rev: 8.0.1
2121
hooks:
2222
- id: isort
2323
- repo: https://github.com/psf/black-pre-commit-mirror

0 commit comments

Comments
 (0)