Skip to content

Commit 6fde64d

Browse files
committed
[Makefile] update static type checking target to use mypy instead of pytype
1 parent 9a0e448 commit 6fde64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ test-lint:
3232
flake8 --ignore=E501,W50 lib/dehinter
3333

3434
test-type-check:
35-
pytype lib/dehinter
35+
mypy lib/dehinter
3636

3737
test-unit:
3838
tox

0 commit comments

Comments
 (0)