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 c8964df commit 1a0fabaCopy full SHA for 1a0faba
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@git+https://github.com/justmobilize/Adafruit_CircuitPython_Typing@typing-fixes wheel build
+pip install mypy isort black pip install 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