Skip to content

Commit 92c6d91

Browse files
⬆️🪝 update pre-commit hooks
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.7 → 0.6.8](sirosen/texthooks@0.6.7...0.6.8) - [github.com/pre-commit/mirrors-clang-format: v19.1.0 → v19.1.7](pre-commit/mirrors-clang-format@v19.1.0...v19.1.7) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
1 parent 28957dc commit 92c6d91

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
@@ -15,7 +15,7 @@ exclude: "cxxopts|taskflow|zx|json|pybind11|pybind11_json|googletest"
1515
repos:
1616
# Standard hooks
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.6.0
18+
rev: v5.0.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-case-conflict
@@ -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
@@ -54,7 +54,7 @@ repos:
5454

5555
# Clang-format the C++ part of the code base automatically
5656
- repo: https://github.com/pre-commit/mirrors-clang-format
57-
rev: v19.1.0
57+
rev: v19.1.7
5858
hooks:
5959
- id: clang-format
6060
types_or: [c++, c, cuda]
@@ -68,7 +68,7 @@ repos:
6868

6969
# Check for spelling
7070
- repo: https://github.com/codespell-project/codespell
71-
rev: v2.3.0
71+
rev: v2.4.0
7272
hooks:
7373
- id: codespell
7474
args: ["-L", "wille,linz,braket,coo,pres,testss", "--skip", "*.ipynb"]

0 commit comments

Comments
 (0)