1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2024-06-26 10:34:46 +02:00
python-bme680/library/setup.cfg
2020-03-20 15:38:22 +00:00

16 lines
113 B
INI

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