-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pep8 #13
Comments
Related to dynamid#13
Hi, do you think that autopep8 is sufficient ? Or do you know it there are specific parts of PEP8 which I should look into closely manually ? |
this autopep8 is not enough, it's a start but some "manual" work needs to be done. running flake8 on the source code finds 297 things to fix.
I'll try to find some time to take a look at this at some point, but feel free to start fixing things since you know the code well... ;-) |
Okay, lots of lines :) Most of them are star imports, thanks for the tip I'll try to fix them, I should have some time to work on SHSD in a few weeks... |
First pass done, I corrected most of flake8 warnings. |
It would be nice to have shsd be pep8 compliant, and with a flake8 to check it in tox (is ❤️) and maybe with some continuous integration ?
The text was updated successfully, but these errors were encountered: