Skip to content

Commit 0ef315e

Browse files
build(deps): bump pre-commit autoupdate (#136)
Co-authored-by: RyodoTanaka <RyodoTanaka@users.noreply.github.com>
1 parent f983a7c commit 0ef315e

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-json
99
- id: check-merge-conflict
@@ -18,7 +18,7 @@ repos:
1818
args: [--markdown-linebreak-ext=md]
1919

2020
- repo: https://github.com/igorshubovych/markdownlint-cli
21-
rev: v0.41.0
21+
rev: v0.42.0
2222
hooks:
2323
- id: markdownlint
2424
args: [-c, .markdownlint.yaml, --fix]
@@ -72,7 +72,7 @@ repos:
7272
args: [--line-length=100]
7373

7474
- repo: https://github.com/pre-commit/mirrors-clang-format
75-
rev: v18.1.8
75+
rev: v19.1.1
7676
hooks:
7777
- id: clang-format
7878
types_or: [c++, c, cuda]
@@ -85,7 +85,7 @@ repos:
8585
exclude: .cu
8686

8787
- repo: https://github.com/python-jsonschema/check-jsonschema
88-
rev: 0.29.2
88+
rev: 0.29.3
8989
hooks:
9090
- id: check-metaschema
9191
files: ^.+/schema/.*schema\.json$

0 commit comments

Comments
 (0)