python-bme680/library/setup.cfg

16 lines
113 B
INI

[flake8]
exclude =
test.py
.tox
.eggs
.git
__pycache__
build
dist
tests
ignore =
E501
F403
F405
W504