Skip to content

Commit

Permalink
ci(pre-commit): pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black-pre-commit-mirror: 24.3.0 → 24.4.0](psf/black-pre-commit-mirror@24.3.0...24.4.0)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](asottile/pyupgrade@v3.15.1...v3.15.2)
- [github.com/pre-commit/mirrors-clang-format: v18.1.1 → v18.1.4](pre-commit/mirrors-clang-format@v18.1.1...v18.1.4)
  • Loading branch information
pre-commit-ci[bot] authored Apr 22, 2024
1 parent 8e32626 commit 309f251
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ ci:

repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.3.0
rev: 24.4.0
hooks:
- id: black

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -31,7 +31,7 @@ repos:
- id: isort

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

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

0 comments on commit 309f251

Please sign in to comment.