cli: add config check command

This commit is contained in:
Dima Gerasimov 2020-05-25 09:46:25 +01:00
parent ce8cd5b52c
commit 2ede5b3a5c
2 changed files with 88 additions and 7 deletions

View file

@ -61,6 +61,7 @@ def main():
# TODO document these?
'logzero',
'cachew',
'mypy', # used for config checks
],
':python_version<"3.7"': [
# used for some modules... hopefully reasonable to have it as a default