From a9614b5d11ab87b4f2aa2d83e299089f64cab0b1 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Tue, 3 Dec 2024 12:57:27 +0100 Subject: [PATCH] configure precommit executed mypy with additional dependencies --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 031cf77..243570f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,6 +27,9 @@ repos: additional_dependencies: - "types-requests" - "pytest-stub" + - "google-auth-stubs" + - "pydantic" + - "pydantic_settings" - repo: https://github.com/codespell-project/codespell rev: v2.2.5 hooks: