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

9 lines
192 B
INI

[flake8]
ignore =
E501 # line too long
F403
F405
# Don't require docstrings in example code
D100 # Missing docstring in public module
D103 # Missing docstring in public function