1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2024-06-02 00:34:40 +02:00
python-bme680/examples/setup.cfg

9 lines
192 B
INI
Raw Normal View History

2018-09-02 12:26:04 +02:00
[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