mirror of
https://github.com/cmur2/python-bme680.git
synced 2024-11-10 16:56:14 +01:00
9 lines
192 B
INI
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
|