Skip to content

Commit c2b9a54

Browse files
pre-commit-ci[bot]RainerKuemmerle
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.0 → v21.1.2](pre-commit/mirrors-clang-format@v21.1.0...v21.1.2) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0)
1 parent 779f1e8 commit c2b9a54

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

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

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

1818
# python
1919
- repo: https://github.com/pycqa/isort
20-
rev: 6.0.1
20+
rev: 6.1.0
2121
hooks:
2222
- id: isort
23-
- repo: https://github.com/psf/black
24-
rev: 25.1.0
23+
- repo: https://github.com/psf/black-pre-commit-mirror
24+
rev: 25.9.0
2525
hooks:
2626
- id: black

0 commit comments

Comments
 (0)