python-bme680/library/tests/setup.cfg

8 lines
95 B
INI

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