CI: add mypy checks for my.reddit, my.pocket and my.github.ghexport
This commit is contained in:
parent
2901bf8f85
commit
2b9c9be1cf
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