Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/pre-commit/mirrors-clang-format: v15.0.7 → v16.0.6](pre-commit/mirrors-clang-format@v15.0.7...v16.0.6)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.4.1](pre-commit/mirrors-mypy@v0.991...v1.4.1)
  • Loading branch information
pre-commit-ci[bot] committed Jun 27, 2023
1 parent 1a3c44c commit c594b40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:

# Python formatting
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black

Expand All @@ -55,7 +55,7 @@ repos:

# C++ formatting
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v15.0.7
rev: v16.0.6
hooks:
- id: clang-format

Expand All @@ -70,7 +70,7 @@ repos:

# Python type checking
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.991'
rev: 'v1.4.1'
hooks:
- id: mypy
# additional_dependencies: [numpy]
Expand Down

0 comments on commit c594b40

Please sign in to comment.