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.
make check-stubs
1 parent c394af4 commit 9582cc5Copy full SHA for 9582cc5
Makefile
@@ -245,6 +245,10 @@ stubs:
245
@$(PYTHON) tools/extract_pyi.py ports/atmel-samd/bindings $(STUBDIR)
246
@$(PYTHON) setup.py -q sdist
247
248
+.PHONY: check-stubs
249
+check-stubs: stubs
250
+ MYPYPATH=$(STUBDIR) mypy --strict $(STUBDIR)
251
+
252
update-frozen-libraries:
253
@echo "Updating all frozen libraries to latest tagged version."
254
cd frozen; for library in *; do cd $$library; ../../tools/git-checkout-latest-tag.sh; cd ..; done
0 commit comments