mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-11 17:14:41 +00:00
This package will be used in Pybricks Code to provide some intellesense operations.
10 lines
184 B
INI
10 lines
184 B
INI
|
|
[flake8]
|
|
exclude = .venv/,*.pyi,jedi/
|
|
max-line-length = 88
|
|
ignore = E203,W503
|
|
|
|
[doc8]
|
|
ignore-path = .venv/,doc/main/build/,doc/api/build/,pybricks.egg-info/,npm/
|
|
max-line-length = 88
|