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 91ed9fa commit f914995Copy full SHA for f914995
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 adafruit-circuitpython-typing wheel build
+pip install mypy isort black adafruit-circuitpython-typing wheel build setuptools_scm
6
rm -rf circuitpython-stubs .mypy_cache
7
make stubs
8
# Allow either dash or underscore as separator. setuptools v69.3.0 changed from "-" to "_".
0 commit comments