ElliottKasoar / abcd

0 stars 0 forks source link

Automate linting #7

Open ElliottKasoar opened 1 year ago

ElliottKasoar commented 1 year ago

Code styling and analysis e.g. with flake8/black may be useful, although a significant number of changes to legacy code would be required for consistency.

This could potentially be combined with nox for further automated testing.

ElliottKasoar commented 1 year ago

Most code in abcd and tests has been formatted to meet these standards, including legacy code, although this is not implemented in an automated way for new code.