Skip to content

Commit

Permalink
ci(pre-commit): autoupdate (#82)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0)
- [github.com/pre-commit/mirrors-clang-format: v14.0.5 → v14.0.6](pre-commit/mirrors-clang-format@v14.0.5...v14.0.6)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jul 5, 2022
1 parent 9784a06 commit ba80754
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 @@ -50,7 +50,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
args: [--line-length=100]
Expand All @@ -72,7 +72,7 @@ repos:
]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v14.0.5
rev: v14.0.6
hooks:
- id: clang-format
types_or: [c++, c, cuda]
Expand Down

0 comments on commit ba80754

Please sign in to comment.