Project: Include unit tests in mypy checks

This commit is contained in:
Kekoa Kaaikala 2022-08-29 14:54:06 +00:00
parent 47bb7b207f
commit cea2d0842b
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ repos:
hooks:
- id: mypy
additional_dependencies: [types-paramiko, types-python-dateutil, types-requests]
exclude: ^monkey/tests/
args: [--ignore-missing-imports]
- repo: local
hooks: