Skip to content

Commit 1fca594

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/sirosen/texthooks: 0.6.6 → 0.6.8](sirosen/texthooks@0.6.6...0.6.8) - [github.com/pre-commit/mirrors-clang-format: v18.1.8 → v20.1.3](pre-commit/mirrors-clang-format@v18.1.8...v20.1.3) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 5d133ff commit 1fca594

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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: "v5.0.0"
77
hooks:
88
- id: check-added-large-files
99
- id: check-case-conflict
@@ -14,7 +14,7 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/sirosen/texthooks
17-
rev: "0.6.6"
17+
rev: "0.6.8"
1818
hooks:
1919
- id: fix-ligatures
2020
- id: fix-smartquotes
@@ -28,13 +28,13 @@ repos:
2828
additional_dependencies: [pyyaml]
2929

3030
- repo: https://github.com/pre-commit/mirrors-clang-format
31-
rev: "v18.1.8"
31+
rev: "v20.1.3"
3232
hooks:
3333
- id: clang-format
3434
types_or: [c++, c, cuda]
3535

3636
- repo: https://github.com/codespell-project/codespell
37-
rev: "v2.3.0"
37+
rev: "v2.4.1"
3838
hooks:
3939
- id: codespell
4040
additional_dependencies: [tomli]

0 commit comments

Comments
 (0)