ci: add mypy for my.hypothesis

This commit is contained in:
Dima Gerasimov 2020-09-29 18:32:34 +01:00 committed by karlicoss
parent 6199ed7916
commit 24fb983399
3 changed files with 16 additions and 2 deletions

View file

@ -53,6 +53,7 @@ def main():
'pytest',
'pylint',
'mypy',
'lxml', # for mypy coverage
# used in some tests
'pandas',