Skip to content

Commit d088869

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/DavidAnson/markdownlint-cli2: v0.17.2 → v0.18.1](DavidAnson/markdownlint-cli2@v0.17.2...v0.18.1) - [github.com/pre-commit/mirrors-clang-format: v20.1.0 → v20.1.7](pre-commit/mirrors-clang-format@v20.1.0...v20.1.7) - [github.com/BlankSpruce/gersemi: 0.19.2 → 0.19.3](BlankSpruce/gersemi@0.19.2...0.19.3) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
1 parent 128fb6c commit d088869

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
@@ -48,7 +48,7 @@ repos:
4848
hooks:
4949
- id: codespell
5050
- repo: https://github.com/DavidAnson/markdownlint-cli2
51-
rev: v0.17.2
51+
rev: v0.18.1
5252
hooks:
5353
- id: markdownlint-cli2
5454
# Formatters should be run late so that they can re-format any prior changes.
@@ -63,17 +63,17 @@ repos:
6363
- id: isort
6464
args: ["--profile", "black", "--py", "311"]
6565
- repo: https://github.com/pre-commit/mirrors-clang-format
66-
rev: v20.1.0
66+
rev: v20.1.7
6767
hooks:
6868
- id: clang-format
6969
types_or: [c, c++]
7070
- repo: https://github.com/BlankSpruce/gersemi
71-
rev: 0.19.2
71+
rev: 0.19.3
7272
hooks:
7373
- id: gersemi
7474
exclude: ^cmake/modules/
7575
- repo: https://github.com/pre-commit/mirrors-prettier
76-
rev: v3.1.0
76+
rev: v4.0.0-alpha.8
7777
hooks:
7878
- id: prettier
7979
types_or: [markdown, yaml]

0 commit comments

Comments
 (0)