AguaClara / aguaclara

An open-source Python package for designing and performing research on AguaClara water treatment plants.
https://aguaclara.github.io/aguaclara/
MIT License
25 stars 13 forks source link

Enforce code style with flake8 and black #295

Open HannahSi opened 3 years ago

HannahSi commented 3 years ago

The aguaclara package should adopt checks and enforcement for code style. flake8 can be used as a linter, and black as an automatic code formatter. These programs can be run in Github Actions, e.g. in the Build workflow. See the workflows in the microscope_automation project for some examples.