While working on #128, I realized that even though black is part of the dev dependencies:
- There's no check enforced by the CI
- The codebase (or at least a large portion of it) has not been formatted with Black (i.e. if one runs
black ., 171 files are reformatted)
Before the upcoming release, we should:
While working on #128, I realized that even though
blackis part of the dev dependencies:black ., 171 files are reformatted)Before the upcoming release, we should:
requirements-dev.txtto match the one used inidaes-pseblack .on the entire repository (including Jupyter notebooks)