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: