ci: add mypy for my.hypothesis
This commit is contained in:
parent
6199ed7916
commit
24fb983399
3 changed files with 16 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue