python-bme280/.pylintrc

10 lines
138 B
INI
Raw Normal View History

2018-03-14 22:52:10 +01:00
[DESIGN]
max-attributes=11
max-public-methods=25
2019-12-15 23:12:15 +01:00
[FORMAT]
max-line-length=121
2018-03-14 22:52:10 +01:00
2019-12-15 23:12:15 +01:00
[MESSAGES CONTROL]
disable=invalid-name,missing-docstring