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.
2 parents fa9b59d + 298bd16 commit 5c85720Copy full SHA for 5c85720
tools/test-stubs.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh -e
2
rm -rf test-stubs
3
-python3 -mvenv test-stubs
+python3 -m venv test-stubs
4
. test-stubs/bin/activate
5
pip install mypy isort black adafruit-circuitpython-typing wheel
6
rm -rf circuitpython-stubs .mypy_cache
0 commit comments