I just released a library for Cave-Link, written in Python and a friend of mine submitted an interesting pull request.
He checked my code against some Python style-guidance and automatically did that with the help of two tools:
- PEP8
- Frosted
Here are some good links:
Depending on your text editor, this could even be directly available for a check. As a Windows user, I'm relying on :
- Notepad++ (plugin available)
- Visual Studio Code (plugin available)
Loïc is using vim on Linux (plugin available).
Thank you, Loïc !