flake8:
extensions
While your program may work functionally, it may still be hard to maintain if the style of it is messy. So it would be nice to automated code style. A favourable tool for that the flake8 ecosystem.
Notes
You can confirm which extensions are active by running;
flake8 --version
You can install the same package by running;
python -m pip install pep8-naming
You can run the same command as before to see an update.
flake8 --version
But now you can run flake8 with extra checks.
Feedback? See an issue? Something unclear? Feel free to mention it here.
If you want to be kept up to date, consider signing up for the newsletter.