diff --git a/setup.cfg b/setup.cfg index dcabfd99..b497c3ed 100644 --- a/setup.cfg +++ b/setup.cfg @@ -131,5 +131,5 @@ deps = .[lint] commands = flake8 . [testenv:mypy] -deps = .[typing] +deps = .[typing, cli] commands = mypy --strict metricq examples tests setup.py