CI: add mypy checks for my.reddit, my.pocket and my.github.ghexport
This commit is contained in:
parent
0682919449
commit
1c20eb27aa
3 changed files with 20 additions and 4 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue