Project: Add mypy to commit hooks

This commit is contained in:
Kekoa Kaaikala 2022-08-10 16:32:23 +00:00
parent 5558d075be
commit 48797397f6
1 changed files with 7 additions and 0 deletions

View File

@ -52,3 +52,10 @@ repos:
rev: v2.3
hooks:
- id: vulture
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
hooks:
- id: mypy
additional_dependencies: [types-paramiko, types-python-dateutil, types-requests]
exclude: ^monkey/tests/
args: [--ignore-missing-imports]