Skip to content

Commit

Permalink
chore(ci): Type checking with mypy during pre-commit (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Jan 23, 2024
1 parent 01a61af commit 12b8312
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 12b8312

Please sign in to comment.