api: add type hints for v2

This adds PEP 561 style type hints for Pybricks v2 (just EV3).
This commit is contained in:
David Lechner
2020-12-28 18:47:04 -06:00
committed by David Lechner
parent 8a1716d5e2
commit 3a66b8e053
16 changed files with 942 additions and 140 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[flake8]
exclude = .venv/
exclude = .venv/,*.pyi
max-line-length = 88
[doc8]