You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest running autopep8 with the default mode (whitespace only), committing that, and then running it with increasing levels of aggressive to see what automatic code improvements it produces. https://pypi.org/project/autopep8/
pylint is a good tool as well, but is best guidance for manual code improvements.
Code formatting is inconsistent. Apply a code formatter. If there's a recommended gnuradio formatting, use that.
The text was updated successfully, but these errors were encountered: