Skip to content

Commit 2c0aff2

Browse files
⬆️🪝 update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/sirosen/texthooks: 0.5.0 → 0.7.1](sirosen/texthooks@0.5.0...0.7.1) - [github.com/codespell-project/codespell: v2.2.5 → v2.4.1](codespell-project/codespell@v2.2.5...v2.4.1) - [github.com/pre-commit/mirrors-clang-format: v16.0.6 → v20.1.8](pre-commit/mirrors-clang-format@v16.0.6...v20.1.8) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)
1 parent 2ae06f6 commit 2c0aff2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ci:
1414
repos:
1515
# Standard hooks
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: "v4.4.0"
17+
rev: "v5.0.0"
1818
hooks:
1919
- id: check-added-large-files
2020
- id: check-case-conflict
@@ -31,21 +31,21 @@ repos:
3131

3232
# Handling unwanted unicode characters
3333
- repo: https://github.com/sirosen/texthooks
34-
rev: "0.5.0"
34+
rev: "0.7.1"
3535
hooks:
3636
- id: fix-ligatures
3737
- id: fix-smartquotes
3838

3939
# Check for spelling
4040
- repo: https://github.com/codespell-project/codespell
41-
rev: "v2.2.5"
41+
rev: "v2.4.1"
4242
hooks:
4343
- id: codespell
4444
args: ["-L", "wille,linz", "--skip", "*.ipynb"]
4545

4646
# Clang-format the C++ part of the code base automatically
4747
- repo: https://github.com/pre-commit/mirrors-clang-format
48-
rev: "v16.0.6"
48+
rev: "v20.1.8"
4949
hooks:
5050
- id: clang-format
5151
types_or: [c++, c, cuda]
@@ -61,7 +61,7 @@ repos:
6161

6262
# Format configuration files with prettier
6363
- repo: https://github.com/pre-commit/mirrors-prettier
64-
rev: "v3.0.3"
64+
rev: "v4.0.0-alpha.8"
6565
hooks:
6666
- id: prettier
6767
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 commit comments

Comments
 (0)