my.instapaper: add stat; add mypy checks on CI
This commit is contained in:
parent
3404b3fcf1
commit
dc642b5a6d
3 changed files with 17 additions and 4 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue