Tasmota/lib/lib_basic/IRremoteESP8266-2.7.15/pylintrc

13 lines
218 B
INI
Raw Normal View History

2020-10-04 10:12:27 +01:00
[REPORTS]
# Tells whether to display a full report or only the messages
reports=no
[FORMAT]
# Maximum number of characters on a single line.
max-line-length=80
# String used as indentation unit.
indent-string=' '