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 1a0faba commit 922ec32Copy full SHA for 922ec32
tools/test-stubs.sh
@@ -2,7 +2,7 @@
2
rm -rf test-stubs
3
python3 -m venv test-stubs
4
. test-stubs/bin/activate
5
-pip install mypy isort black pip install adafruit-circuitpython-typing wheel build
+pip install mypy isort black adafruit-circuitpython-typing wheel build
6
rm -rf circuitpython-stubs .mypy_cache
7
make stubs
8
pip install --force-reinstall circuitpython-stubs/dist/circuitpython-stubs-*.tar.gz
0 commit comments