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

@ -3,6 +3,7 @@ Feel free to remove this if you don't need it/add your own custom settings and u
"""
class hypothesis:
from my.core import Paths
# expects outputs from https://github.com/karlicoss/hypexport
# (it's just the standard Hypothes.is export format)
export_path = '/path/to/hypothesis/data'
export_path: Paths = '/path/to/hypothesis/data'