python-veml6070/.pylintrc

10 lines
138 B
INI
Raw Normal View History

2018-03-13 16:50:25 +01:00
[DESIGN]
max-attributes=11
max-public-methods=25
2018-03-13 16:50:25 +01:00
[FORMAT]
max-line-length=121
2018-03-13 16:50:25 +01:00
[MESSAGES CONTROL]
disable=invalid-name,missing-docstring