From a159ccb2ccadc60a52bbc0af84a374c21c1e28a9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 03:20:04 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.2.0...v1.3.0) - [github.com/python-poetry/poetry: 1.4.2 → 1.4.0](https://github.com/python-poetry/poetry/compare/1.4.2...1.4.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6da31771..191946c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.2.0 + rev: v1.3.0 hooks: - id: mypy additional_dependencies: @@ -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.4.0 hooks: - id: poetry-check # - id: poetry-lock