1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2024-09-28 01:02:22 +02:00
python-bme680/library/setup.cfg

15 lines
107 B
INI
Raw Normal View History

2018-09-02 12:26:04 +02:00
[flake8]
exclude =
test.py
.tox
.eggs
.git
__pycache__
build
dist
tests
ignore =
E501
F403
F405