mirror of
https://github.com/pybricks/pybricks-projects.git
synced 2026-09-15 11:03:15 +00:00
Copy this file from pybricks-api, to make flake8 a bit less strict about longer lines, so that projects that previously passed all checks, still pass.
8 lines
111 B
INI
8 lines
111 B
INI
|
|
[flake8]
|
|
exclude = .venv/
|
|
max-line-length = 88
|
|
|
|
[doc8]
|
|
ignore-path = .venv/,doc/api/build/,pybricks.egg-info/
|