Files
st7735-python-pimoroni/library/setup.cfg
2019-01-21 15:39:26 +00:00

12 lines
93 B
INI

[flake8]
exclude =
test.py
.tox,
.eggs,
.git,
__pycache__,
build,
dist
ignore =
E501