We should check and enforce code style in the python module. We often use Black, but I don't have strong feelings on that. - [ ] add specific version of black (or other) to pyproject.toml as dependency - [ ] run black on existing code and merge - [ ] add syntax check to CI pipeline
We should check and enforce code style in the python module. We often use Black, but I don't have strong feelings on that.