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.
The
aguaclara
package should adopt checks and enforcement for code style.flake8
can be used as a linter, andblack
as an automatic code formatter. These programs can be run in Github Actions, e.g. in the Build workflow. See the workflows in themicroscope_automation
project for some examples.