Closed s-celles closed 6 years ago
https://black.readthedocs.io/ could also help
$ black SenseHat-samples
An other interesting tool for that purpose is Coala.
https://coala.io/#/home?lang=Python https://github.com/coala/coala
This tool uses the following motto:
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." ― John F. Woods
Hello,
Maybe PEP8 could be checked with Travis CI and
flake8
like we did inhttps://github.com/scls19fr/numpy-buffer/issues/15
autopep8 can help https://pypi.org/project/autopep8/ to fix automatically PEP8 issues
A usage example
Kind regards