Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#335)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Mar 25, 2024
1 parent 9822071 commit 46a780e
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 @@ -8,7 +8,7 @@ repos:
args:
- --application-directories=.:src:tests
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
language_version: python3
Expand Down Expand Up @@ -37,7 +37,7 @@ repos:
- id: pyupgrade
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
language_version: python3
Expand Down

0 comments on commit 46a780e

Please sign in to comment.