mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-28 04:07:46 +00:00
* update VSCode settings to exclude __pycache__ * suppress some Flake8 linting warnings * minor fix: SPHINX_BUILD env var may not be set * decorate _PybricksEnumMeta.__dir__() with @classmethod * flake8-ignore E501