mirror of
https://github.com/cmur2/python-bme680.git
synced 2024-11-14 18:56:19 +01:00
15 lines
107 B
INI
15 lines
107 B
INI
|
[flake8]
|
||
|
exclude =
|
||
|
test.py
|
||
|
.tox
|
||
|
.eggs
|
||
|
.git
|
||
|
__pycache__
|
||
|
build
|
||
|
dist
|
||
|
tests
|
||
|
ignore =
|
||
|
E501
|
||
|
F403
|
||
|
F405
|