cleanup, mypy coverage & add common/error stubs

This commit is contained in:
Dima Gerasimov 2020-05-06 22:50:18 +01:00
parent 15444c7b1f
commit 6ecb953675
7 changed files with 37 additions and 33 deletions

2
lint
View file

@ -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