We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b9c7d commit 507ec46Copy full SHA for 507ec46
Makefile
@@ -12,7 +12,7 @@ test:
12
python setup.py build
13
python setup.py test
14
python -m pytest -v tests
15
- mypy --follow-imports skip miniaudio.py
+ # mypy --follow-imports skip miniaudio.py
16
17
docs:
18
@python -c 'import setup; setup.make_md_docs("miniaudio")'
0 commit comments