Skip to content

Commit 4e1dda5

Browse files
ci(pre-commit): quarterly autoupdate
updates: - [github.com/igorshubovych/markdownlint-cli: v0.43.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.0](adrienverge/yamllint@v1.35.1...v1.37.0) - [github.com/scop/pre-commit-shfmt: v3.10.0-2 → v3.11.0-1](scop/pre-commit-shfmt@v3.10.0-2...v3.11.0-1) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pre-commit/mirrors-clang-format: v19.1.6 → v20.1.0](pre-commit/mirrors-clang-format@v19.1.6...v20.1.0) - [github.com/cpplint/cpplint: 2.0.0 → 2.0.1](cpplint/cpplint@2.0.0...2.0.1) - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.32.1](python-jsonschema/check-jsonschema@0.30.0...0.32.1)
1 parent a2264c7 commit 4e1dda5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
args: [--markdown-linebreak-ext=md]
2727

2828
- repo: https://github.com/igorshubovych/markdownlint-cli
29-
rev: v0.43.0
29+
rev: v0.44.0
3030
hooks:
3131
- id: markdownlint
3232
args: [-c, .markdownlint.yaml, --fix]
@@ -37,7 +37,7 @@ repos:
3737
- id: prettier
3838

3939
- repo: https://github.com/adrienverge/yamllint
40-
rev: v1.35.1
40+
rev: v1.37.0
4141
hooks:
4242
- id: yamllint
4343

@@ -57,37 +57,37 @@ repos:
5757
- id: shellcheck
5858

5959
- repo: https://github.com/scop/pre-commit-shfmt
60-
rev: v3.10.0-2
60+
rev: v3.11.0-1
6161
hooks:
6262
- id: shfmt
6363
args: [-w, -s, -i=4]
6464

6565
- repo: https://github.com/pycqa/isort
66-
rev: 5.13.2
66+
rev: 6.0.1
6767
hooks:
6868
- id: isort
6969

7070
- repo: https://github.com/psf/black
71-
rev: 24.10.0
71+
rev: 25.1.0
7272
hooks:
7373
- id: black
7474
args: [--line-length=100]
7575

7676
- repo: https://github.com/pre-commit/mirrors-clang-format
77-
rev: v19.1.6
77+
rev: v20.1.0
7878
hooks:
7979
- id: clang-format
8080
types_or: [c++, c, cuda]
8181

8282
- repo: https://github.com/cpplint/cpplint
83-
rev: 2.0.0
83+
rev: 2.0.1
8484
hooks:
8585
- id: cpplint
8686
args: [--quiet]
8787
exclude: .cu
8888

8989
- repo: https://github.com/python-jsonschema/check-jsonschema
90-
rev: 0.30.0
90+
rev: 0.32.1
9191
hooks:
9292
- id: check-metaschema
9393
files: ^.+/schema/.*schema\.json$

0 commit comments

Comments
 (0)