From 658f7552ee673da6ae4c8222f48c6ee72261ec55 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Tue, 28 Sep 2021 00:15:41 +0200 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d2280f4..680a394 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,6 +26,7 @@ repos: - repo: https://github.com/pre-commit/mirrors-mypy rev: "v0.910" + additional_dependencies: [types-requests] hooks: - id: mypy