Skip to content

Commit 703bba5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v15.0.7 → v16.0.3](pre-commit/mirrors-clang-format@v15.0.7...v16.0.3) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4) - [github.com/Lucas-C/pre-commit-hooks: v1.4.2 → v1.5.1](Lucas-C/pre-commit-hooks@v1.4.2...v1.5.1)
1 parent f498906 commit 703bba5

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
@@ -45,7 +45,7 @@ repos:
4545
name: check .editorconfig rules
4646

4747
- repo: https://github.com/pre-commit/mirrors-clang-format
48-
rev: v15.0.7
48+
rev: v16.0.3
4949
hooks:
5050
- id: clang-format
5151

@@ -58,12 +58,12 @@ repos:
5858
args: [ --config=.cmake-linter.yml ]
5959

6060
- repo: https://github.com/codespell-project/codespell
61-
rev: v2.2.2
61+
rev: v2.2.4
6262
hooks:
6363
- id: codespell
6464

6565
- repo: https://github.com/Lucas-C/pre-commit-hooks
66-
rev: v1.4.2
66+
rev: v1.5.1
6767
hooks:
6868
- id: remove-crlf
6969
- id: remove-tabs

0 commit comments

Comments
 (0)