forked from p15670423/monkey
Project: Include unit tests in mypy checks
This commit is contained in:
parent
47bb7b207f
commit
cea2d0842b
|
@ -40,7 +40,6 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
additional_dependencies: [types-paramiko, types-python-dateutil, types-requests]
|
additional_dependencies: [types-paramiko, types-python-dateutil, types-requests]
|
||||||
exclude: ^monkey/tests/
|
|
||||||
args: [--ignore-missing-imports]
|
args: [--ignore-missing-imports]
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
|
|
Loading…
Reference in New Issue