Skip to content

Commit 4f9d492

Browse files
committed
test(tox): verify type annotations
1 parent 70aa1ab commit 4f9d492

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tox.ini

+8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ commands = coverage run --omit="git/test/*" -m unittest --buffer {posargs}
1414
[testenv:flake8]
1515
commands = flake8 --ignore=W293,E265,E266,W503,W504,E731 {posargs}
1616

17+
[testenv:type]
18+
description = type check ourselves
19+
deps =
20+
{[testenv]deps}
21+
mypy
22+
commands =
23+
mypy -p git
24+
1725
[testenv:venv]
1826
commands = {posargs}
1927

0 commit comments

Comments
 (0)