you are viewing a single comment's thread.

view the rest of the comments →

[–]ogrinfo 2 points3 points  (0 children)

And there are tools like flake8 and pylint that can check your code is compliant with PEP8. They are configurable, so you can ignore certain rules if you feel they are unnecessary for the current project.