politeauthority / phuey

A python Phillips Hue animation framework
MIT License
6 stars 1 forks source link

Working on animation API contract between animation and system #13

Open politeauthority opened 4 years ago

pep8speaks commented 4 years ago

Hello @politeauthority! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 124:80: E501 line too long (81 > 79 characters) Line 205:80: E501 line too long (91 > 79 characters) Line 236:51: E252 missing whitespace around parameter equals Line 236:52: E252 missing whitespace around parameter equals Line 244:80: E501 line too long (101 > 79 characters) Line 253:9: E303 too many blank lines (2) Line 255:46: E252 missing whitespace around parameter equals Line 255:47: E252 missing whitespace around parameter equals Line 282:80: E501 line too long (95 > 79 characters) Line 282:91: E252 missing whitespace around parameter equals Line 282:92: E252 missing whitespace around parameter equals Line 284:80: E501 line too long (80 > 79 characters) Line 354:5: E303 too many blank lines (2)

Line 15:80: E501 line too long (82 > 79 characters)

Line 77:80: E501 line too long (83 > 79 characters) Line 124:80: E501 line too long (95 > 79 characters) Line 127:80: E501 line too long (96 > 79 characters)

Comment last updated at 2019-11-23 11:21:20 UTC