my.instapaper: add stat; add mypy checks on CI

This commit is contained in:
Dima Gerasimov 2020-09-29 19:18:10 +01:00 committed by karlicoss
parent 3404b3fcf1
commit dc642b5a6d
3 changed files with 17 additions and 4 deletions

View file

@ -2,8 +2,12 @@
Feel free to remove this if you don't need it/add your own custom settings and use them
"""
from my.core import Paths
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: Paths = '/path/to/hypothesis/data'
class instapaper:
export_path: Paths = ''