Skip to content

Commit

Permalink
Merge pull request #91 from dh-tech/feature/mypy-precommit-check
Browse files Browse the repository at this point in the history
Configure mypy pre-commit check
  • Loading branch information
rlskoeser authored Sep 5, 2024
2 parents 2280254 + a4a3675 commit eaacbf2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ repos:
- id: debug-statements
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies: [types-python-dateutil]

0 comments on commit eaacbf2

Please sign in to comment.