1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2024-07-01 10:34:46 +02:00
python-bme680/library/tests/setup.cfg
2018-09-02 11:26:04 +01:00

8 lines
95 B
INI

[flake8]
exclude =
__pycache__
ignore =
D100 # Do not require docstrings
E501
F403
F405