From 19da6479a8c5e942f68699ecdabb9c75b4497569 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 14 Jun 2021 11:58:41 -0700 Subject: [PATCH] Add mypy dependency on types-all --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3bd380f9..6c5b2086 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,6 +47,7 @@ repos: rev: v0.902 hooks: - id: mypy + additional_dependencies: [types-all] exclude: ^testing/resources/ - repo: meta hooks: