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: