diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 94823a3..f75929b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,4 +12,9 @@ repos: - id: debug-statements - id: end-of-file-fixer - id: mixed-line-ending - - id: trailing-whitespace \ No newline at end of file + - id: trailing-whitespace + - repo: https://github.com/pre-commit/mirrors-mypy + rev: v1.11.2 + hooks: + - id: mypy + additional_dependencies: [types-python-dateutil]