Skip to content

Commit

Permalink
Added cli dependencies to mypy test
Browse files Browse the repository at this point in the history
  • Loading branch information
Max KvR committed Oct 1, 2024
1 parent ad1c4e7 commit a808949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ deps = .[lint]
commands = flake8 .

[testenv:mypy]
deps = .[typing]
deps = .[typing, cli]
commands = mypy --strict metricq examples tests setup.py

0 comments on commit a808949

Please sign in to comment.