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 fa9b59d commit 298bd16Copy full SHA for 298bd16
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