This website requires JavaScript.
Explore
Help
Sign In
cn
/
python-bme680
Watch
1
Star
0
Fork
0
You've already forked python-bme680
mirror of
https://github.com/cmur2/python-bme680.git
synced
2024-11-01 02:56:15 +01:00
Code
Releases
Activity
0ce1b1a83c
python-bme680
/
library
/
setup.cfg
16 lines
113 B
INI
Raw
Normal View
History
Unescape
Escape
Test suites and code QA fixes
2018-09-02 12:26:04 +02:00
[flake8]
exclude
=
test.py
.tox
.eggs
.git
__pycache__
build
dist
tests
ignore
=
E501
F403
F405
Expand test coverage and improve tests
2020-03-20 16:38:22 +01:00
W504
Copy Permalink