Skip to content

Commit 2f43b6d

Browse files
authored
Merge pull request #50 from ssciwr/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 38911ca + 3979830 commit 2f43b6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.6
48+
rev: v1.7.7
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: v19.1.6
67+
rev: v19.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]

precommend/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.6
48+
rev: v1.7.7
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: v19.1.6
67+
rev: v19.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)