diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 1baaf3357dcaae136c55c67b6a829422e6989d94..5ab1beaccab9d892ee9d5073dc39a914e594d483 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -14,6 +14,9 @@ repos:
     hooks:
     - id: mypy
       exclude: ^docs/
+      args:
+        - "--install-types"
+        - "--non-interactive"
 -   repo: https://github.com/PyCQA/pylint
     rev: v2.8.2
     hooks: