Skip to content

Commit c914772

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0) - [github.com/pre-commit/mirrors-clang-format: v21.1.7 → v21.1.8](pre-commit/mirrors-clang-format@v21.1.7...v21.1.8)
1 parent 56b0465 commit c914772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: check-toml
88
- id: check-yaml
99
- repo: https://github.com/psf/black-pre-commit-mirror
10-
rev: 25.12.0
10+
rev: 26.1.0
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/PyCQA/isort
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: cmake-format
2121
- repo: https://github.com/pre-commit/mirrors-clang-format
22-
rev: v21.1.7
22+
rev: v21.1.8
2323
hooks:
2424
- id: clang-format
2525
args: ['--style={BasedOnStyle: Google,SortIncludes: false}']

0 commit comments

Comments
 (0)