Skip to content

Commit db53fb7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/rhysd/actionlint: v1.7.8 → v1.7.9](rhysd/actionlint@v1.7.8...v1.7.9) - [github.com/pre-commit/mirrors-clang-format: v21.1.5 → v21.1.7](pre-commit/mirrors-clang-format@v21.1.5...v21.1.7)
1 parent e72bfb6 commit db53fb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
pass_filenames: false
2323

2424
- repo: https://github.com/psf/black-pre-commit-mirror
25-
rev: 25.11.0
25+
rev: 25.12.0
2626
hooks:
2727
- id: black # Run Black - the uncompromising Python code formatter
2828
- id: black-jupyter # Run Black - the uncompromising Python code formatter (Jupyter version)
@@ -45,7 +45,7 @@ repos:
4545
- id: mixed-line-ending # Ensure consistent line endings
4646

4747
- repo: https://github.com/rhysd/actionlint
48-
rev: v1.7.8
48+
rev: v1.7.9
4949
hooks:
5050
- id: actionlint # GitHub Actions Workflow linter
5151

@@ -64,7 +64,7 @@ repos:
6464
- id: cmake-lint # Apply linting to CMake files
6565

6666
- repo: https://github.com/pre-commit/mirrors-clang-format
67-
rev: v21.1.5
67+
rev: v21.1.7
6868
hooks:
6969
- id: clang-format # Format C++ code with Clang-Format - automatically applying the changes
7070
types_or: [c++, c, c#, cuda, objective-c]

0 commit comments

Comments
 (0)