Skip to content

Commit

Permalink
add types dependency in mypy tox env
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Nov 23, 2024
1 parent 7ae5aa6 commit d4b5ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ commands = {[testenv:tests]commands}


[testenv:mypy]
extras = types
commands = mypy --install-types --non-interactive {posargs:subliminal tests}


Expand Down

0 comments on commit d4b5ab2

Please sign in to comment.