- Use Imperative for comments, e.g. from python mailing list
- make sure you don't have lint errors, run
flake8to see errors, most of them are possible to fix with autopep8
autopep8 --in-place --aggressive --aggressive FILENAME.py
flake8 to see errors, most of them are possible to fix with autopep8autopep8 --in-place --aggressive --aggressive FILENAME.py