trompamusic / trompace-client

A python library to read from and write to the Trompa CE
Apache License 2.0
1 stars 0 forks source link

Added queries and tests for music composition #37

Closed pc2752 closed 4 years ago

pc2752 commented 4 years ago

Added queries and tests for the queries for music composition. The list of arguments for the queries can be changed in the future.

pep8speaks commented 4 years ago

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

Line 5:80: E501 line too long (83 > 79 characters) Line 13:80: E501 line too long (91 > 79 characters) Line 16:80: E501 line too long (88 > 79 characters) Line 17:80: E501 line too long (125 > 79 characters)

Line 2:80: E501 line too long (83 > 79 characters) Line 4:80: E501 line too long (88 > 79 characters) Line 8:80: E501 line too long (139 > 79 characters) Line 9:1: W191 indentation contains tabs Line 9:8: E128 continuation line under-indented for visual indent Line 9:80: E501 line too long (97 > 79 characters) Line 11:1: E101 indentation contains mixed spaces and tabs Line 15:80: E501 line too long (101 > 79 characters) Line 16:80: E501 line too long (90 > 79 characters) Line 17:80: E501 line too long (101 > 79 characters) Line 18:80: E501 line too long (110 > 79 characters) Line 20:80: E501 line too long (110 > 79 characters) Line 26:80: E501 line too long (97 > 79 characters)