Skip to content

Commit 507ec46

Browse files
committed
don't always run mypy
1 parent 49b9c7d commit 507ec46

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
@@ -12,7 +12,7 @@ test:
1212
python setup.py build
1313
python setup.py test
1414
python -m pytest -v tests
15-
mypy --follow-imports skip miniaudio.py
15+
# mypy --follow-imports skip miniaudio.py
1616

1717
docs:
1818
@python -c 'import setup; setup.make_md_docs("miniaudio")'

0 commit comments

Comments
 (0)