Skip to content

Commit 15512ce

Browse files
committed
[Makefile] remove type check target
1 parent 0478e96 commit 15512ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install-dev:
2626
install-user:
2727
pip3 install --ignore-installed --user .
2828

29-
test: test-lint test-type-check test-unit
29+
test: test-lint test-unit
3030

3131
test-coverage:
3232
coverage run --source fontsize -m py.test
@@ -36,8 +36,6 @@ test-coverage:
3636
test-lint:
3737
flake8 --ignore=W50 lib/fontsize
3838

39-
test-type-check:
40-
mypy lib/fontsize
4139

4240
test-unit:
4341
tox

0 commit comments

Comments
 (0)