python-bme680/library/tests/setup.cfg

8 lines
95 B
INI
Raw Normal View History

2018-09-02 12:26:04 +02:00
[flake8]
exclude =
__pycache__
ignore =
D100 # Do not require docstrings
E501
F403
F405