cleanup, mypy coverage & add common/error stubs
This commit is contained in:
parent
15444c7b1f
commit
6ecb953675
7 changed files with 37 additions and 33 deletions
2
lint
2
lint
|
@ -43,10 +43,8 @@ def core_modules() -> Iterable[str]:
|
|||
return [
|
||||
*subpackages('my.core'),
|
||||
*subpackages('my.kython'),
|
||||
'my.common',
|
||||
'my.config',
|
||||
'my.cfg',
|
||||
'my.error',
|
||||
'tests/misc.py',
|
||||
'tests/get_files.py',
|
||||
# 'tests/config.py', TODO hmm. unclear how to type check this module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue