For the Python code we follow the
PEP8 standard. A linter called
flake8
is used to verify adherence to the standard.
source venv/bin/activate
pip install -r requirements-dev.txt
flake8 .
autopep8 -i -aaa -r .
isort .
For the Python code we follow the
PEP8 standard. A linter called
flake8
is used to verify adherence to the standard.
source venv/bin/activate
pip install -r requirements-dev.txt
flake8 .
autopep8 -i -aaa -r .
isort .