python-coding-conventions

Visual Studio Code extension for python files that applies some of the extensions based on PEP 8 -- Style Guide for Python Code.

Applied conventions

  • White space in expressions (===,!==,==,>=,<=,++,+=,=+,--,!=,=,+,<,> and comma)
  • The command does not auto save, CTRL+Z (Windows) will revert the changes made by the command

Print References

How to run locally

How to run tests