Files
pybricks-projects/setup.cfg
T
Laurens Valk 4ee7adc48d config: add setup.cfg
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.
2020-12-01 10:16:01 +01:00

8 lines
111 B
INI

[flake8]
exclude = .venv/
max-line-length = 88
[doc8]
ignore-path = .venv/,doc/api/build/,pybricks.egg-info/