Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exclude: (?i)^(.*third[^/]*party/.*|.*\.ts|.*\.trt)$

repos:
- repo: https://github.com/sirosen/check-jsonschema # check-jsonschema is a github actions and workflows verifier.
rev: 0.37.1
rev: 0.37.2
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -28,7 +28,7 @@ repos:
- error

- repo: https://github.com/scop/pre-commit-shfmt # pre-commit-shfmt formats shell scripts.
rev: v3.13.0-1
rev: v3.13.1-1
hooks:
- id: shfmt

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

- repo: https://github.com/pycqa/isort
rev: 8.0.1
rev: 9.0.0a3
hooks:
- id: isort
args: [--profile=black]

- repo: https://github.com/psf/black # The uncompromising Python code formatter.
rev: 26.3.1
- repo: https://github.com/psf/black-pre-commit-mirror # The uncompromising Python code formatter.
rev: 26.5.0
hooks:
- id: black

- repo: https://github.com/jsh9/pydoclint # pydoclint checks that docstrings match function signatures.
rev: 0.8.3
rev: 0.8.4
hooks:
- id: pydoclint
args:
Expand Down Expand Up @@ -90,7 +90,7 @@ repos:
- id: nbqa-black

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