mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-11 17:14:41 +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
10 lines
189 B
INI
10 lines
189 B
INI
|
|
[flake8]
|
|
exclude = .venv/,*.pyi,jedi/
|
|
max-line-length = 88
|
|
ignore = E203,E501,W503
|
|
|
|
[doc8]
|
|
ignore-path = .venv/,doc/main/build/,doc/api/build/,pybricks.egg-info/,npm/
|
|
max-line-length = 88
|