Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (deepmodeling#2626)
Browse files Browse the repository at this point in the history
<!--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>
  • Loading branch information
pre-commit-ci[bot] authored Jun 21, 2023
1 parent 73bd7d1 commit 473893e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ repos:
args: ["--write"]
# Python inside docs
- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
rev: 1.14.0
hooks:
- id: blacken-docs
# C++
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.4
rev: v16.0.6
hooks:
- id: clang-format
exclude: ^source/3rdparty|source/lib/src/cuda/cudart/.+\.inc
Expand All @@ -62,7 +62,7 @@ repos:
- id: csslint
# Shell
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.6.0-2
rev: v3.7.0-1
hooks:
- id: shfmt
# CMake
Expand Down

0 comments on commit 473893e

Please sign in to comment.