1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2025-10-13 12:02:30 +02:00

module: use yapf formatter, reduce pylint warnings

This commit is contained in:
cn
2019-12-15 23:12:15 +01:00
committed by Christian Nicolai
parent 346ea6c0de
commit e7f0091f22
7 changed files with 77 additions and 628 deletions

3
.style.yapf Normal file
View File

@@ -0,0 +1,3 @@
[style]
based_on_style = pep8
column_limit = 120