Coding styleΒΆ

The code in this project is QA’d using the flake8 tool, which is to say it mostly follows the standard Python coding style.

Errors which are turned off are set in setup.cfg at the project root.

Run code QA with the following:

flake8 src