Skip to content

Commit 73d035e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/pre-commit/mirrors-clang-format: v18.1.8 → v21.1.0](pre-commit/mirrors-clang-format@v18.1.8...v21.1.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent ff9028a commit 73d035e

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
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-added-large-files
99
args: [--maxkb=8192]
@@ -14,7 +14,7 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/pre-commit/mirrors-clang-format
17-
rev: v18.1.8
17+
rev: v21.1.0
1818
hooks:
1919
- id: clang-format
2020
exclude: |
@@ -32,7 +32,7 @@ repos:
3232
)$
3333
#- id: cmake-lint <- not ready yet
3434
- repo: https://github.com/codespell-project/codespell
35-
rev: v2.3.0
35+
rev: v2.4.1
3636
hooks:
3737
- id: codespell
3838
exclude: |

0 commit comments

Comments
 (0)