mirror of
https://github.com/cmur2/python-bme680.git
synced 2024-11-01 02:56:15 +01:00
8 lines
95 B
INI
8 lines
95 B
INI
[flake8]
|
|
exclude =
|
|
__pycache__
|
|
ignore =
|
|
D100 # Do not require docstrings
|
|
E501
|
|
F403
|
|
F405 |