Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#200)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2)
- [github.com/pre-commit/mirrors-clang-format: v16.0.1 → v16.0.2](pre-commit/mirrors-clang-format@v16.0.1...v16.0.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed May 5, 2023
1 parent f75ca5b commit 6952d9f
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 @@ -24,7 +24,7 @@ repos:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pyupgrade
args: ["--py36-plus"]
Expand All @@ -48,7 +48,7 @@ repos:
stages: [manual]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: "v16.0.1"
rev: "v16.0.2"
hooks:
- id: clang-format
types_or: [c++, c, cuda]

0 comments on commit 6952d9f

Please sign in to comment.