Skip to content

Commit 48ac574

Browse files
ci(pre-commit): quarterly autoupdate
updates: - [github.com/igorshubovych/markdownlint-cli: v0.47.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.47.0...v0.48.0) - [github.com/scop/pre-commit-shfmt: v3.12.0-2 → v3.13.0-1](scop/pre-commit-shfmt@v3.12.0-2...v3.13.0-1) - [github.com/pycqa/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1) - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.1](psf/black-pre-commit-mirror@26.1.0...26.3.1) - [github.com/pre-commit/mirrors-clang-format: v21.1.8 → v22.1.2](pre-commit/mirrors-clang-format@v21.1.8...v22.1.2) - [github.com/python-jsonschema/check-jsonschema: 0.36.2 → 0.37.1](python-jsonschema/check-jsonschema@0.36.2...0.37.1)
1 parent 74560d3 commit 48ac574

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
args: [--markdown-linebreak-ext=md]
2626

2727
- repo: https://github.com/igorshubovych/markdownlint-cli
28-
rev: v0.47.0
28+
rev: v0.48.0
2929
hooks:
3030
- id: markdownlint
3131
args: [-c, .markdownlint.yaml, --fix]
@@ -62,25 +62,25 @@ repos:
6262
- id: shellcheck
6363

6464
- repo: https://github.com/scop/pre-commit-shfmt
65-
rev: v3.12.0-2
65+
rev: v3.13.0-1
6666
hooks:
6767
- id: shfmt
6868
args: [-w, -s, -i=4]
6969

7070
- repo: https://github.com/pycqa/isort
71-
rev: 7.0.0
71+
rev: 8.0.1
7272
hooks:
7373
- id: isort
7474
args: [--profile=black, --line-length=100]
7575

7676
- repo: https://github.com/psf/black-pre-commit-mirror
77-
rev: 26.1.0
77+
rev: 26.3.1
7878
hooks:
7979
- id: black
8080
args: [--line-length=100]
8181

8282
- repo: https://github.com/pre-commit/mirrors-clang-format
83-
rev: v21.1.8
83+
rev: v22.1.2
8484
hooks:
8585
- id: clang-format
8686
types_or: [c++, c, cuda]
@@ -93,7 +93,7 @@ repos:
9393
exclude: .cu
9494

9595
- repo: https://github.com/python-jsonschema/check-jsonschema
96-
rev: 0.36.2
96+
rev: 0.37.1
9797
hooks:
9898
- id: check-metaschema
9999
files: ^.+/schema/.*schema\.json$

0 commit comments

Comments
 (0)