Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (deepmodeling#2554)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.267 →
v0.0.269](astral-sh/ruff-pre-commit@v0.0.267...v0.0.269)
- [github.com/pre-commit/mirrors-clang-format: v16.0.3 →
v16.0.4](pre-commit/mirrors-clang-format@v16.0.3...v16.0.4)
<!--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 May 24, 2023
1 parent 42295ef commit 89543c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
files: \.py$
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: v0.0.267
rev: v0.0.269
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -43,7 +43,7 @@ repos:
- id: blacken-docs
# C++
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.3
rev: v16.0.4
hooks:
- id: clang-format
exclude: ^source/3rdparty|source/lib/src/cuda/cudart/.+\.inc
Expand Down

0 comments on commit 89543c9

Please sign in to comment.