Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#128)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black-pre-commit-mirror: 24.4.0 → 24.4.2](psf/black-pre-commit-mirror@24.4.0...24.4.2)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
- [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.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 Jun 11, 2024
1 parent 19ac507 commit 4a5e51f
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 @@ -5,7 +5,7 @@ ci:

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

Expand Down Expand Up @@ -34,7 +34,7 @@ repos:
- id: setup-cfg-fmt

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
Expand All @@ -47,7 +47,7 @@ repos:
additional_dependencies: [flake8-bugbear, flake8-print]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.0
hooks:
- id: mypy
files: histoprint
Expand Down

0 comments on commit 4a5e51f

Please sign in to comment.