mirror of
https://github.com/pybricks/pybricks-projects.git
synced 2026-07-27 19:55:46 +00:00
EV3 and SPIKE are skipped for now since there are pending pull requests. Lines are wrapped somewhat short at 70 lines for better compatibility with the website.
10 lines
197 B
INI
10 lines
197 B
INI
|
|
[flake8]
|
|
exclude = .venv/
|
|
# allows us to keep font larger on website without horizontal scrolling
|
|
max-line-length = 70
|
|
ignore = F401
|
|
|
|
[doc8]
|
|
ignore-path = .venv/,doc/api/build/,pybricks.egg-info/
|