Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
pull in dev deps for tox mypy job
Browse files Browse the repository at this point in the history
It's going to work this way after poetry anyway
  • Loading branch information
David Robertson committed Apr 8, 2022
1 parent 2b18a4a commit 31ba178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,5 @@ commands = isort -c --df {[base]lint_targets}
[testenv:mypy]
deps =
{[base]deps}
extras = all,mypy
extras = all,mypy,dev
commands = mypy

0 comments on commit 31ba178

Please sign in to comment.