From b69acf27ce57e5d78f01eafb4bee62c1c393e73b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 09:00:29 +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.1.1 → v1.4.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.1.1...v1.4.1) - [github.com/asottile/pyupgrade: v3.3.1 → v3.8.0](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.8.0) - [github.com/floatingpurr/sync_with_poetry: 0.4.0 → 1.1.0](https://github.com/floatingpurr/sync_with_poetry/compare/0.4.0...1.1.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index adf84a8..95c632b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,17 +29,17 @@ repos: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.1.1" + rev: "v1.4.1" hooks: - id: mypy additional_dependencies: [types-requests] - repo: https://github.com/asottile/pyupgrade - rev: "v3.3.1" + rev: "v3.8.0" hooks: - id: pyupgrade - repo: https://github.com/floatingpurr/sync_with_poetry - rev: 0.4.0 + rev: 1.1.0 hooks: - id: sync_with_poetry