Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (pybind#3933)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.32.0 → v2.32.1](asottile/pyupgrade@v2.32.0...v2.32.1)
- [github.com/pre-commit/mirrors-clang-format: v14.0.1 → v14.0.3](pre-commit/mirrors-clang-format@v14.0.1...v14.0.3)

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 9, 2022
1 parent 2e33130 commit ad146b2
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 @@ -32,7 +32,7 @@ repos:

# Upgrade old Python syntax
- repo: https://github.com/asottile/pyupgrade
rev: "v2.32.0"
rev: "v2.32.1"
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down Expand Up @@ -164,7 +164,7 @@ repos:

# Clang format the codebase automatically
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: "v14.0.1"
rev: "v14.0.3"
hooks:
- id: clang-format
types_or: [c++, c, cuda]

0 comments on commit ad146b2

Please sign in to comment.