Files
David Lechner 31168708c5 all: apply flake8
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.
2021-05-13 12:51:22 -05:00

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/