From abf195a51f28aec88922b4485c6be37dfc329aa4 Mon Sep 17 00:00:00 2001 From: Lucas Date: Tue, 23 Jan 2024 19:01:19 +0100 Subject: [PATCH] chore(ci): Type checking with mypy during pre-commit --- .pre-commit-config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ad2b1e9..69302044 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,6 +16,15 @@ repos: language: system entry: flake8 types: [python] + - repo: https://github.com/pre-commit/mirrors-mypy + rev: v1.8.0 + hooks: + - id: mypy + additional_dependencies: + - types-openpyxl + - types-pytz + - types-python-dateutil + - types-tqdm - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.4.0 hooks: