mirror of
https://github.com/cmur2/python-bme680.git
synced 2026-04-05 14:18:43 +02:00
Test suites and code QA fixes
This commit is contained in:
8
examples/setup.cfg
Normal file
8
examples/setup.cfg
Normal file
@@ -0,0 +1,8 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user