Skip to content

Commit f6ee6f2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/sirosen/check-jsonschema: 0.23.2 → 0.35.0](python-jsonschema/check-jsonschema@0.23.2...0.35.0) - [github.com/AleksaC/hadolint-py: v2.12.0.2 → v2.14.0](AleksaC/hadolint-py@v2.12.0.2...v2.14.0) - [github.com/scop/pre-commit-shfmt: v3.7.0-1 → v3.12.0-2](scop/pre-commit-shfmt@v3.7.0-1...v3.12.0-2) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.5 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.9.0.5...v0.11.0.1) - [github.com/asottile/reorder-python-imports: v3.10.0 → v3.16.0](asottile/reorder-python-imports@v3.10.0...v3.16.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.3.0 → 25.12.0](psf/black-pre-commit-mirror@23.3.0...25.12.0) - [github.com/pre-commit/mirrors-clang-format: v16.0.6 → v21.1.7](pre-commit/mirrors-clang-format@v16.0.6...v21.1.7) - [github.com/executablebooks/mdformat: 0.7.16 → 1.0.0](hukkin/mdformat@0.7.16...1.0.0) - [github.com/jackdewinter/pymarkdown: v0.9.15 → v0.9.33](jackdewinter/pymarkdown@v0.9.15...v0.9.33) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0)
1 parent b0232db commit f6ee6f2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 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.23.2
11+
rev: 0.35.0
1212
hooks:
1313
- id: check-github-actions
1414
- id: check-github-workflows
@@ -20,39 +20,39 @@ repos:
2020
exclude: (?i)(.*docker-compose.*)$ # by-pass docker-compose since the %YAML 1.2 will break it.
2121

2222
- repo: https://github.com/AleksaC/hadolint-py # hadolint is a Dockerfile linter.
23-
rev: v2.12.0.2
23+
rev: v2.14.0
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.7.0-1
31+
rev: v3.12.0-2
3232
hooks:
3333
- id: shfmt
3434

3535
- repo: https://github.com/shellcheck-py/shellcheck-py # shellcheck-py is a shellcheck wrapper.
36-
rev: v0.9.0.5
36+
rev: v0.11.0.1
3737
hooks:
3838
- id: shellcheck
3939
args:
4040
- -e
4141
- SC1071,SC1091
4242

4343
- repo: https://github.com/asottile/reorder-python-imports
44-
rev: v3.10.0
44+
rev: v3.16.0
4545
hooks:
4646
- id: reorder-python-imports
4747

48-
- repo: https://github.com/psf/black # The uncompromising Python code formatter.
49-
rev: 23.3.0
48+
- repo: https://github.com/psf/black-pre-commit-mirror # The uncompromising Python code formatter.
49+
rev: 25.12.0
5050
hooks:
5151
- id: black
5252
- id: black-jupyter
5353

5454
- repo: https://github.com/pre-commit/mirrors-clang-format # mirrors-clang-format is a clang-format wrapper, it can format json.
55-
rev: v16.0.6
55+
rev: v21.1.7
5656
hooks:
5757
- id: clang-format
5858
files: (?i)\.(h|c|hpp|cpp|hxx|cxx|cc|json)$ # enabled json, if prettier is used, should turn off json.
@@ -68,12 +68,12 @@ repos:
6868
- id: cmake-format
6969

7070
- repo: https://github.com/executablebooks/mdformat # mdformat is a markdown formatter.
71-
rev: 0.7.16
71+
rev: 1.0.0
7272
hooks:
7373
- id: mdformat
7474

7575
- repo: https://github.com/jackdewinter/pymarkdown # pymarkdown is a markdown linter.
76-
rev: v0.9.15
76+
rev: v0.9.33
7777
hooks:
7878
- id: pymarkdown
7979
args:
@@ -82,7 +82,7 @@ repos:
8282
- scan
8383

8484
- repo: https://github.com/pre-commit/pre-commit-hooks # pre-commit-hooks is a collection of additional pre-commit hooks.
85-
rev: v4.4.0
85+
rev: v6.0.0
8686
hooks:
8787
- id: requirements-txt-fixer # fixes requirements.txt and requirements-dev.txt.
8888
- id: check-added-large-files # prevents giant files from being committed.

0 commit comments

Comments
 (0)