From 25cda28b08ab1014ddc44ba18e282b218acdcafb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:43:52 +0000 Subject: [PATCH 1/4] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.9 → v0.5.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.9...v0.5.6) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.0...v1.11.1) --- .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 6c90337..64030bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.4.9" + rev: "v0.5.6" hooks: - id: ruff args: @@ -11,7 +11,7 @@ repos: - --config=pyproject.toml - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.11.1 hooks: - id: mypy language_version: python3.9 From 6e3348572d2a9254a8fb3d46f6efccae1618e057 Mon Sep 17 00:00:00 2001 From: Zachary Blackwood Date: Mon, 5 Aug 2024 15:32:08 -0400 Subject: [PATCH 2/4] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 64030bf..2637688 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,8 +15,6 @@ repos: hooks: - id: mypy language_version: python3.9 - additional_dependencies: - - types-all - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 From 6ee2dc7c7ff91e2ff9732c59038b5acb052c6a8a Mon Sep 17 00:00:00 2001 From: Zachary Blackwood Date: Mon, 5 Aug 2024 15:33:54 -0400 Subject: [PATCH 3/4] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2637688..a3210e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,6 +15,8 @@ repos: hooks: - id: mypy language_version: python3.9 + additional_dependencies: + - types-toml - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 From facb6ead7bc7b7f5c51e571836cf2db77611dd9a Mon Sep 17 00:00:00 2001 From: Zachary Blackwood Date: Mon, 5 Aug 2024 15:34:12 -0400 Subject: [PATCH 4/4] Update .pre-commit-config.yaml --- .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 a3210e1..bf8ecb7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,8 +15,8 @@ repos: hooks: - id: mypy language_version: python3.9 - additional_dependencies: - - types-toml + additional_dependencies: + - types-toml - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0