mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +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