Files
pybricks-api/setup.cfg
T
David Lechner 3a66b8e053 api: add type hints for v2
This adds PEP 561 style type hints for Pybricks v2 (just EV3).
2020-12-28 18:47:04 -06:00

8 lines
117 B
INI

[flake8]
exclude = .venv/,*.pyi
max-line-length = 88
[doc8]
ignore-path = .venv/,doc/api/build/,pybricks.egg-info/