Skip to content

Commit 2a6c4cf

Browse files
⬆️🪝 update pre-commit hooks
updates: - [github.com/sirosen/texthooks: 0.6.7 → 0.6.8](sirosen/texthooks@0.6.7...0.6.8) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/pre-commit/mirrors-clang-format: v19.1.1 → v20.1.0](pre-commit/mirrors-clang-format@v19.1.1...v20.1.0)
1 parent 7f9c55c commit 2a6c4cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030

3131
# Handling unwanted unicode characters
3232
- repo: https://github.com/sirosen/texthooks
33-
rev: 0.6.7
33+
rev: 0.6.8
3434
hooks:
3535
- id: fix-ligatures
3636
- id: fix-smartquotes
@@ -45,14 +45,14 @@ repos:
4545

4646
# Check for spelling
4747
- repo: https://github.com/codespell-project/codespell
48-
rev: v2.3.0
48+
rev: v2.4.1
4949
hooks:
5050
- id: codespell
5151
args: ["-L", "wille,linz", "--skip", "*.ipynb"]
5252

5353
# Clang-format the C++ part of the code base automatically
5454
- repo: https://github.com/pre-commit/mirrors-clang-format
55-
rev: v19.1.1
55+
rev: v20.1.0
5656
hooks:
5757
- id: clang-format
5858
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)