mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-28 04:07:46 +00:00
Also activate auto formatting. Bump flake8 and mark black disagreements in setup.cfg.
10 lines
178 B
INI
10 lines
178 B
INI
|
|
[flake8]
|
|
exclude = .venv/,*.pyi
|
|
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
|