Closed DSorlov closed 3 years ago
Hello @DSorlov! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
custom_components/hasl3/__init__.py
:Line 206:1: E302 expected 2 blank lines, found 1 Line 209:80: E501 line too long (115 > 79 characters) Line 277:21: W291 trailing whitespace
custom_components/hasl3/binary_sensor.py
:Line 99:80: E501 line too long (200 > 79 characters) Line 99:83: E231 missing whitespace after ',' Line 190:80: E501 line too long (80 > 79 characters) Line 190:81: W291 trailing whitespace
custom_components/hasl3/haslworker/__init__.py
:Line 62:27: E225 missing whitespace around operator Line 67:31: E225 missing whitespace around operator Line 70:80: E501 line too long (80 > 79 characters) Line 73:34: W291 trailing whitespace
Changed