Skip to content

Commit 0a41f34

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/sirosen/check-jsonschema: 0.37.1 → 0.38.0](python-jsonschema/check-jsonschema@0.37.1...0.38.0) - [github.com/AleksaC/hadolint-py: v2.14.0 → v2.15.1](AleksaC/hadolint-py@v2.14.0...v2.15.1) - [github.com/scop/pre-commit-shfmt: v3.13.0-1 → v3.13.1-1](scop/pre-commit-shfmt@v3.13.0-1...v3.13.1-1) - [github.com/pycqa/isort: 8.0.1 → 9.0.0b2](PyCQA/isort@8.0.1...9.0.0b2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 26.3.1 → 26.5.1](psf/black-pre-commit-mirror@26.3.1...26.5.1) - [github.com/jsh9/pydoclint: 0.8.3 → 0.9.1](jsh9/pydoclint@0.8.3...0.9.1) - [github.com/pre-commit/mirrors-clang-format: v22.1.2 → v22.1.8](pre-commit/mirrors-clang-format@v22.1.2...v22.1.8)
1 parent 2512264 commit 0a41f34

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude: (?i)^(.*third[^/]*party/.*|.*\.ts|.*\.trt)$
88

99
repos:
1010
- repo: https://github.com/sirosen/check-jsonschema # check-jsonschema is a github actions and workflows verifier.
11-
rev: 0.37.1
11+
rev: 0.38.0
1212
hooks:
1313
- id: check-github-actions
1414
- id: check-github-workflows
@@ -20,15 +20,15 @@ repos:
2020
exclude: (?i)(.*docker-compose.*|environment.*|requirement.*)$ # by-pass some const files
2121

2222
- repo: https://github.com/AleksaC/hadolint-py # hadolint is a Dockerfile linter.
23-
rev: v2.14.0
23+
rev: v2.15.1
2424
hooks:
2525
- id: hadolint
2626
args:
2727
- -t
2828
- error
2929

3030
- repo: https://github.com/scop/pre-commit-shfmt # pre-commit-shfmt formats shell scripts.
31-
rev: v3.13.0-1
31+
rev: v3.13.1-1
3232
hooks:
3333
- id: shfmt
3434

@@ -47,18 +47,18 @@ repos:
4747
args: [--remove-all-unused-imports, --remove-unused-variables, --in-place]
4848

4949
- repo: https://github.com/pycqa/isort
50-
rev: 8.0.1
50+
rev: 9.0.0b2
5151
hooks:
5252
- id: isort
5353
args: [--profile=black]
5454

55-
- repo: https://github.com/psf/black # The uncompromising Python code formatter.
56-
rev: 26.3.1
55+
- repo: https://github.com/psf/black-pre-commit-mirror # The uncompromising Python code formatter.
56+
rev: 26.5.1
5757
hooks:
5858
- id: black
5959

6060
- repo: https://github.com/jsh9/pydoclint # pydoclint checks that docstrings match function signatures.
61-
rev: 0.8.3
61+
rev: 0.9.1
6262
hooks:
6363
- id: pydoclint
6464
args:
@@ -90,7 +90,7 @@ repos:
9090
- id: nbqa-black
9191

9292
- repo: https://github.com/pre-commit/mirrors-clang-format # mirrors-clang-format is a clang-format wrapper, it can format json.
93-
rev: v22.1.2
93+
rev: v22.1.8
9494
hooks:
9595
- id: clang-format
9696
files: (?i)\.(h|c|hpp|cpp|hxx|cxx|cc|json)$ # enabled json, if prettier is used, should turn off json.

0 commit comments

Comments
 (0)