There are various linting standards in python. Most commonly used are: * `PEP8` * `Flake8` * `Pylint` We need to discuss on which linting format do we want to use.
There are various linting standards in python.
Most commonly used are:
PEP8Flake8PylintWe need to discuss on which linting format do we want to use.