CI: add mypy checks for my.reddit, my.pocket and my.github.ghexport

This commit is contained in:
Dima Gerasimov 2020-09-30 22:24:44 +01:00 committed by karlicoss
parent 0682919449
commit 1c20eb27aa
3 changed files with 20 additions and 4 deletions

View file

@ -11,3 +11,12 @@ class hypothesis:
class instapaper:
export_path: Paths = ''
class pocket:
export_path: Paths = ''
class github:
export_path: Paths = ''
class reddit:
export_path: Paths = ''