Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

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.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.4.1](pre-commit/mirrors-mypy@v1.2.0...v1.4.1)
- [github.com/python-poetry/poetry: 1.4.2 → 1.5.0](python-poetry/poetry@1.4.2...1.5.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 11, 2023
1 parent 056ed94 commit 62549ca
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 @@ -19,11 +19,11 @@ repos:
- black
- --filter-files
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
rev: v1.4.1
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -36,7 +36,7 @@ repos:
- types-pytz>=2023.3.0.0,<2023.4.0
- types-redis>=4.5.4.1,<4.6.0.0
- repo: https://github.com/python-poetry/poetry
rev: 1.4.2
rev: 1.5.0
hooks:
- id: poetry-check
# - id: poetry-lock

0 comments on commit 62549ca

Please sign in to comment.