Skip to content

Commit 473893e

Browse files
[pre-commit.ci] pre-commit autoupdate (deepmodeling#2626)
<!--pre-commit.ci start--> updates: - [github.com/asottile/blacken-docs: 1.13.0 → 1.14.0](adamchainz/blacken-docs@1.13.0...1.14.0) - [github.com/pre-commit/mirrors-clang-format: v16.0.4 → v16.0.6](pre-commit/mirrors-clang-format@v16.0.4...v16.0.6) - [github.com/scop/pre-commit-shfmt: v3.6.0-2 → v3.7.0-1](scop/pre-commit-shfmt@v3.6.0-2...v3.7.0-1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 73bd7d1 commit 473893e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ repos:
4646
args: ["--write"]
4747
# Python inside docs
4848
- repo: https://github.com/asottile/blacken-docs
49-
rev: 1.13.0
49+
rev: 1.14.0
5050
hooks:
5151
- id: blacken-docs
5252
# C++
5353
- repo: https://github.com/pre-commit/mirrors-clang-format
54-
rev: v16.0.4
54+
rev: v16.0.6
5555
hooks:
5656
- id: clang-format
5757
exclude: ^source/3rdparty|source/lib/src/cuda/cudart/.+\.inc
@@ -62,7 +62,7 @@ repos:
6262
- id: csslint
6363
# Shell
6464
- repo: https://github.com/scop/pre-commit-shfmt
65-
rev: v3.6.0-2
65+
rev: v3.7.0-1
6666
hooks:
6767
- id: shfmt
6868
# CMake

0 commit comments

Comments
 (0)