From 12b83123d679c6d7992537446b383475029eb189 Mon Sep 17 00:00:00 2001 From: Lucas Bickel <116588+hairmare@users.noreply.github.com> Date: Tue, 23 Jan 2024 19:42:02 +0100 Subject: [PATCH] chore(ci): Type checking with mypy during pre-commit (#395) --- .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: