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.
This commit is contained in:
Laurens Valk
2020-12-01 10:16:01 +01:00
parent 1ea6bf107a
commit 4ee7adc48d
+7
View File
@@ -0,0 +1,7 @@
[flake8]
exclude = .venv/
max-line-length = 88
[doc8]
ignore-path = .venv/,doc/api/build/,pybricks.egg-info/