Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit b1d8682

Browse files
chore: pre-commit autoupdate [skip ci] (#33)
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5) - [github.com/finsberg/clang-format-docs: v0.2.2 → v0.3.0](finsberg/clang-format-docs@v0.2.2...v0.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0a9aa6b commit b1d8682

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
@@ -103,7 +103,7 @@ repos:
103103

104104
# Insert license header
105105
- repo: https://github.com/Lucas-C/pre-commit-hooks
106-
rev: v1.5.4
106+
rev: v1.5.5
107107
hooks:
108108
# we have to run this step once for each different comment-style
109109
- id: insert-license
@@ -121,7 +121,7 @@ repos:
121121

122122
# C++ formatting & linting
123123
- repo: https://github.com/finsberg/clang-format-docs
124-
rev: v0.2.2
124+
rev: v0.3.0
125125
hooks:
126126
- id: clang-format-docs
127127
additional_dependencies: [clang-format]

0 commit comments

Comments
 (0)