diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 94509d8..745e703 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,6 +25,7 @@ repos: hooks: - id: mypy exclude: "tests" + additional_dependencies: [types-requests] - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0