python-bme680/library/setup.cfg

16 lines
113 B
INI
Raw Permalink 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
2020-03-20 16:38:22 +01:00
W504